public enum CatTextFrameType extends java.lang.Enum<CatTextFrameType>
Enum Constant and Description |
---|
catBothFlag |
catCircle |
catCustom |
catDiamond |
catEllipse |
catLeftFlag |
catNone |
catOblong |
catRectangle |
catRightFlag |
catScoredCircle |
catSquare |
catTriangle |
Modifier and Type | Method and Description |
---|---|
static CatTextFrameType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatTextFrameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatTextFrameType catNone
public static final CatTextFrameType catRectangle
public static final CatTextFrameType catSquare
public static final CatTextFrameType catCircle
public static final CatTextFrameType catScoredCircle
public static final CatTextFrameType catDiamond
public static final CatTextFrameType catTriangle
public static final CatTextFrameType catRightFlag
public static final CatTextFrameType catLeftFlag
public static final CatTextFrameType catBothFlag
public static final CatTextFrameType catOblong
public static final CatTextFrameType catEllipse
public static final CatTextFrameType catCustom
public static CatTextFrameType[] values()
for (CatTextFrameType c : CatTextFrameType.values()) System.out.println(c);
public static CatTextFrameType 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