Uses of Enum Class
se.conciliate.extensions.drawable.DrawableFactory.TransformPriority
Packages that use DrawableFactory.TransformPriority
Package
Description
Provides functionality to alter the look of different objects in models and
is the base for all drawing done in models.
-
Uses of DrawableFactory.TransformPriority in se.conciliate.extensions.drawable
Methods in se.conciliate.extensions.drawable that return DrawableFactory.TransformPriorityModifier and TypeMethodDescriptionDrawableFactory.getTransformPriority
(MTCompleteModel model, SymbolVariant variant) Returns the transformation priority for a prototype being transformed by this factory.DrawableFactory.getTransformPriority
(MTCompleteVertex vertex) Returns the transformation priority for a vertex being transformed by this factory.Returns the enum constant of this class with the specified name.static DrawableFactory.TransformPriority[]
DrawableFactory.TransformPriority.values()
Returns an array containing the constants of this enum class, in the order they are declared.