-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum FillDirection
Defines which edge is used to close a fill path for drawing lines. TOP - Use the top edge of the plot. BOTTOM - Use the bottom edge of the plot. LEFT - (Not implemented) Use the left edge of the plot. RIGHT - (Not implemented) Use the right edge of the plot. DOMAIN_ORIGIN - (Not implemented) Use the domain origin line. RANGE_ORIGIN - Use the range origin line.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TOP
BOTTOM
LEFT
RIGHT
DOMAIN_ORIGIN
RANGE_ORIGIN
-
Method Summary
Modifier and Type Method Description static Array<FillDirection>
values()
static FillDirection
valueOf(String name)
-
-
Method Detail
-
values
static Array<FillDirection> values()
-
valueOf
static FillDirection valueOf(String name)
-
-
-
-