Serializable
, Comparable<TMSchema.Prop>
public static enum TMSchema.Prop extends Enum<TMSchema.Prop>
Enum Constant | Description |
---|---|
BGTYPE |
|
BORDERCOLOR |
|
BORDERONLY |
|
BORDERSIZE |
|
CAPTIONMARGINS |
|
COLOR |
|
CONTENTMARGINS |
|
FILLCOLOR |
|
FLATMENUS |
|
IMAGECOUNT |
|
NORMALSIZE |
|
PROGRESSCHUNKSIZE |
|
PROGRESSSPACESIZE |
|
SIZE |
|
SIZINGMARGINS |
|
TEXTCOLOR |
|
TEXTSHADOWCOLOR |
|
TEXTSHADOWOFFSET |
|
TEXTSHADOWTYPE |
|
TRANSITIONDURATIONS |
Modifier and Type | Method | Description |
---|---|---|
int |
getValue() |
|
String |
toString() |
|
static TMSchema.Prop |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TMSchema.Prop[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TMSchema.Prop COLOR
public static final TMSchema.Prop SIZE
public static final TMSchema.Prop FLATMENUS
public static final TMSchema.Prop BORDERONLY
public static final TMSchema.Prop IMAGECOUNT
public static final TMSchema.Prop BORDERSIZE
public static final TMSchema.Prop PROGRESSCHUNKSIZE
public static final TMSchema.Prop PROGRESSSPACESIZE
public static final TMSchema.Prop TEXTSHADOWOFFSET
public static final TMSchema.Prop NORMALSIZE
public static final TMSchema.Prop SIZINGMARGINS
public static final TMSchema.Prop CONTENTMARGINS
public static final TMSchema.Prop CAPTIONMARGINS
public static final TMSchema.Prop BORDERCOLOR
public static final TMSchema.Prop FILLCOLOR
public static final TMSchema.Prop TEXTCOLOR
public static final TMSchema.Prop TEXTSHADOWCOLOR
public static final TMSchema.Prop BGTYPE
public static final TMSchema.Prop TEXTSHADOWTYPE
public static final TMSchema.Prop TRANSITIONDURATIONS
public static TMSchema.Prop[] values()
for (TMSchema.Prop c : TMSchema.Prop.values()) System.out.println(c);
public static TMSchema.Prop valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public String toString()
toString
in class Enum<TMSchema.Prop>