Uses of Class
omix.lang.FillPattern.Type
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
-
Uses of FillPattern.Type in omix.lang
Methods in omix.lang that return FillPattern.Type Modifier and Type Method Description FillPattern.Type
FillPattern. getType()
static FillPattern.Type
FillPattern.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static FillPattern.Type[]
FillPattern.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in omix.lang with parameters of type FillPattern.Type Constructor Description FillPattern(Color color, FillPattern.Type type)
Creates a fill pattern with the submitted color and pattern type.