public static enum PolicyGlyphPainter2D.PolicyGlyphRenderStyle extends java.lang.Enum<PolicyGlyphPainter2D.PolicyGlyphRenderStyle>
MAXACTIONSOFTTIE paints the glyphs for all actions whose likelihood is within some threshold of the most likely action
DISTSCALED paints glyphs for all actions and scales them by the likelihood of the action
Enum Constant and Description |
---|
DISTSCALED |
MAXACTION |
MAXACTIONSOFTTIE |
Modifier and Type | Method and Description |
---|---|
int |
toInt() |
static PolicyGlyphPainter2D.PolicyGlyphRenderStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolicyGlyphPainter2D.PolicyGlyphRenderStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyGlyphPainter2D.PolicyGlyphRenderStyle MAXACTION
public static final PolicyGlyphPainter2D.PolicyGlyphRenderStyle MAXACTIONSOFTTIE
public static final PolicyGlyphPainter2D.PolicyGlyphRenderStyle DISTSCALED
public static PolicyGlyphPainter2D.PolicyGlyphRenderStyle[] values()
for (PolicyGlyphPainter2D.PolicyGlyphRenderStyle c : PolicyGlyphPainter2D.PolicyGlyphRenderStyle.values()) System.out.println(c);
public static PolicyGlyphPainter2D.PolicyGlyphRenderStyle 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 nullpublic int toInt()