Package com.microej.layout.model.enums
Class LayerTypes
- java.lang.Object
-
- com.microej.layout.model.enums.LayerTypes
-
public class LayerTypes extends java.lang.ObjectEnumerates layer type values.
-
-
Field Detail
-
TEXT
public static final int TEXT
Text layer type.- See Also:
- Constant Field Values
-
SHAPE
public static final int SHAPE
Shape layer type.- See Also:
- Constant Field Values
-
IMAGE
public static final int IMAGE
Image layer type.- See Also:
- Constant Field Values
-
-