Package com.microej.layout.model.enums
Class ShapeTypes
- java.lang.Object
-
- com.microej.layout.model.enums.ShapeTypes
-
public class ShapeTypes extends java.lang.ObjectEnumerates shape type values.
-
-
Field Detail
-
CIRCLE
public static final int CIRCLE
Circle shape type.- See Also:
- Constant Field Values
-
RECTANGLE
public static final int RECTANGLE
Rectangle shape type.- See Also:
- Constant Field Values
-
TRIANGLE
public static final int TRIANGLE
Triangle shape type.- See Also:
- Constant Field Values
-
ARC
public static final int ARC
Arc shape type.- See Also:
- Constant Field Values
-
-