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