public enum CatTextAnchorPosition extends java.lang.Enum<CatTextAnchorPosition>
Enum Constant and Description |
---|
catBaseCenter |
catBaseLeft |
catBaseRight |
catBottomCenter |
catBottomLeft |
catBottomRight |
catCapCenter |
catCapLeft |
catCapRight |
catHalfCenter |
catHalfLeft |
catHalfRight |
catMiddleCenter |
catMiddleLeft |
catMiddleRight |
catTopCenter |
catTopLeft |
catTopRight |
catUnsusedValue1 |
catUnsusedValue2 |
Modifier and Type | Method and Description |
---|---|
static CatTextAnchorPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatTextAnchorPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatTextAnchorPosition catUnsusedValue1
public static final CatTextAnchorPosition catTopLeft
public static final CatTextAnchorPosition catMiddleLeft
public static final CatTextAnchorPosition catBottomLeft
public static final CatTextAnchorPosition catTopCenter
public static final CatTextAnchorPosition catMiddleCenter
public static final CatTextAnchorPosition catBottomCenter
public static final CatTextAnchorPosition catTopRight
public static final CatTextAnchorPosition catMiddleRight
public static final CatTextAnchorPosition catBottomRight
public static final CatTextAnchorPosition catUnsusedValue2
public static final CatTextAnchorPosition catCapLeft
public static final CatTextAnchorPosition catHalfLeft
public static final CatTextAnchorPosition catBaseLeft
public static final CatTextAnchorPosition catCapCenter
public static final CatTextAnchorPosition catHalfCenter
public static final CatTextAnchorPosition catBaseCenter
public static final CatTextAnchorPosition catCapRight
public static final CatTextAnchorPosition catHalfRight
public static final CatTextAnchorPosition catBaseRight
public static CatTextAnchorPosition[] values()
for (CatTextAnchorPosition c : CatTextAnchorPosition.values()) System.out.println(c);
public static CatTextAnchorPosition 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