public enum CatStrPlacementPoint extends java.lang.Enum<CatStrPlacementPoint>
Modifier and Type | Method and Description |
---|---|
static CatStrPlacementPoint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatStrPlacementPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatStrPlacementPoint catStrDefault
public static final CatStrPlacementPoint catStrBottomLeft
public static final CatStrPlacementPoint catStrBottomCenter
public static final CatStrPlacementPoint catStrBottomRight
public static final CatStrPlacementPoint catStrCenterLeft
public static final CatStrPlacementPoint catStrCenterCenter
public static final CatStrPlacementPoint catStrCenterRight
public static final CatStrPlacementPoint catStrTopLeft
public static final CatStrPlacementPoint catStrTopCenter
public static final CatStrPlacementPoint catStrTopRight
public static final CatStrPlacementPoint catStrGravity
public static final CatStrPlacementPoint catStrGravityBottom
public static final CatStrPlacementPoint catStrGravityLeft
public static final CatStrPlacementPoint catStrGravityRight
public static final CatStrPlacementPoint catStrGravityTop
public static final CatStrPlacementPoint catStrUserPoint
public static CatStrPlacementPoint[] values()
for (CatStrPlacementPoint c : CatStrPlacementPoint.values()) System.out.println(c);
public static CatStrPlacementPoint 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