-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ShapeTrimPath.Type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SIMULTANEOUSLYINDIVIDUALLY
-
Method Summary
Modifier and Type Method Description static ShapeTrimPath.TypeforId(int id)static Array<ShapeTrimPath.Type>values()static ShapeTrimPath.TypevalueOf(String name)-
-
Method Detail
-
forId
static ShapeTrimPath.Type forId(int id)
-
values
static Array<ShapeTrimPath.Type> values()
-
valueOf
static ShapeTrimPath.Type valueOf(String name)
-
-
-
-