Uses of Enum Class
se.conciliate.extensions.drawable.Drawable.PaintMode
Packages that use Drawable.PaintMode
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 Drawable.PaintMode in se.conciliate.extensions.drawable
Methods in se.conciliate.extensions.drawable that return Drawable.PaintModeModifier and TypeMethodDescriptionstatic Drawable.PaintMode
Returns the enum constant of this class with the specified name.static Drawable.PaintMode[]
Drawable.PaintMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.conciliate.extensions.drawable with parameters of type Drawable.PaintModeModifier and TypeMethodDescriptionAbstractDrawable.getPaint
(Drawable.PaintMode paintMode, int index, Rectangle bounds) Drawable.getPaint
(Drawable.PaintMode paintMode, int index, Rectangle bounds) Returns a paint for a given shape and paint mode.boolean
AbstractDrawable.isPaintTransformable
(Drawable.PaintMode paintMode, int index) boolean
Drawable.isPaintTransformable
(Drawable.PaintMode paintMode, int index) This can returnfalse
to indicate that the paint cannot be transformed in any way for this shape, e.g.