-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum XYGraphWidget.Edge
-
-
Field Summary
Fields Modifier and Type Field Description private final int
value
-
Method Summary
Modifier and Type Method Description static Array<XYGraphWidget.Edge>
values()
static XYGraphWidget.Edge
valueOf(String name)
int
getValue()
-
-
Method Detail
-
values
static Array<XYGraphWidget.Edge> values()
-
valueOf
static XYGraphWidget.Edge valueOf(String name)
-
getValue
int getValue()
-
-
-
-