public enum CatMarker2DType extends java.lang.Enum<CatMarker2DType>
Enum Constant and Description |
---|
catMarker2DTypeArrow |
catMarker2DTypeCircle |
catMarker2DTypeFreeHand |
catMarker2DTypeLine |
catMarker2DTypePicture |
catMarker2DTypeRectangle |
catMarker2DTypeText |
Modifier and Type | Method and Description |
---|---|
static CatMarker2DType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatMarker2DType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatMarker2DType catMarker2DTypeLine
public static final CatMarker2DType catMarker2DTypeArrow
public static final CatMarker2DType catMarker2DTypeRectangle
public static final CatMarker2DType catMarker2DTypeCircle
public static final CatMarker2DType catMarker2DTypeFreeHand
public static final CatMarker2DType catMarker2DTypeText
public static final CatMarker2DType catMarker2DTypePicture
public static CatMarker2DType[] values()
for (CatMarker2DType c : CatMarker2DType.values()) System.out.println(c);
public static CatMarker2DType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null