Uses of Interface
se.conciliate.extensions.renderer.DrawableRenderer
Packages that use DrawableRenderer
Package
Description
Provides functionality to alter the look of different objects in models and
is the base for all drawing done in models.
Provides the means to render models and drawables to various targets.
-
Uses of DrawableRenderer in se.conciliate.extensions.drawable
Methods in se.conciliate.extensions.drawable with parameters of type DrawableRendererModifier and TypeMethodDescriptionDrawableFactory.transformDrawable
(Drawable drawable, MTCompleteVertex vertex, DrawableRenderer<Graphics2D> renderer, MTColorScheme colorScheme) The factory can transform the vertex in some way if necessary given the actual vertex as context.DrawableFactory.transformPrototypeDrawable
(Drawable drawable, SymbolVariant variant, MTCompleteModel model, DrawableRenderer<Graphics2D> renderer, MTColorScheme colorScheme) The factory can transform the prototype drawn when placing a new vertex in some way if necessary given the variant being placed and the model as context. -
Uses of DrawableRenderer in se.conciliate.extensions.renderer
Methods in se.conciliate.extensions.renderer that return DrawableRendererModifier and TypeMethodDescriptionDrawableRenderer.clone()
<G> DrawableRenderer<G>
RendererService.createDrawableRenderer
(RendererFlavor flavor) Creates and returns a renderer used to render drawables with the help of a rendering context that is supplied at a later point.Methods in se.conciliate.extensions.renderer with parameters of type DrawableRendererModifier and TypeMethodDescriptionvoid
RendererService.registerDrawableRenderer
(RendererFlavor flavor, DrawableRenderer renderer) Registers a new drawable renderer.