Uses of Interface
se.conciliate.extensions.store.MTColorTransformer
Packages that use MTColorTransformer
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.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTColorTransformer in se.conciliate.extensions.drawable
Methods in se.conciliate.extensions.drawable with parameters of type MTColorTransformerModifier and TypeMethodDescriptionDrawableIconFactory.createDrawableIcon
(SymbolVariant variant, Dimension size, MTColorTransformer transf) Deprecated. -
Uses of MTColorTransformer in se.conciliate.extensions.renderer
Methods in se.conciliate.extensions.renderer with parameters of type MTColorTransformerModifier and TypeMethodDescriptionvoid
DrawableRenderer.render
(G target, AffineTransform transform, Drawable drawable, Rectangle bounds, MTLanguage currentLanguage, MTColorTransformer colorTransformer, Paint borderPaint, Stroke borderStroke, Paint textPaint) Renders a drawable to a target. -
Uses of MTColorTransformer in se.conciliate.extensions.store
Subinterfaces of MTColorTransformer in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterface
interface
Methods in se.conciliate.extensions.store that return MTColorTransformerModifier and TypeMethodDescriptionMTServer.colorTransformerFromString
(String s) Creates a color transformer from a string representation.MTVertex.getColorTransformer()
Returns the specific color settings for this vertex or null if this vertex has no specific color settings.MTColorScheme.getLabelTransformer
(EdgeType edgeType) MTColorScheme.getLabelTransformer
(SymbolVariant variant) MTColorScheme.getTransformer
(SymbolVariant variant) Methods in se.conciliate.extensions.store with parameters of type MTColorTransformerModifier and TypeMethodDescriptionvoid
MTVertex.setColorTransformer
(MTColorTransformer transf) Sets the specific color settings for this vertex.void
MTColorScheme.setTransformer
(SymbolVariant variant, MTColorTransformer transf)
new HiDpiIcon(new URL("icon:model/16/PROCESS_MODEL"))
instead.