|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<TextSymbolizer.PolygonAlignOptions>
TextSymbolizer.PolygonAlignOptions
public static enum TextSymbolizer.PolygonAlignOptions
Enumerated options that can be used with polygonAlign.
Enum Constant Summary | |
---|---|
MBR
Rotate label using the minimum bounding rectangle of the polygon, if a default horizontal label will not fit into the polygon. |
|
NONE
Disable automatic rotation alignment (default) |
|
ORTHO
Rotate label orthogonally with x-axis if the polygon is higher than wider |
Method Summary | |
---|---|
static TextSymbolizer.PolygonAlignOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TextSymbolizer.PolygonAlignOptions[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TextSymbolizer.PolygonAlignOptions NONE
public static final TextSymbolizer.PolygonAlignOptions ORTHO
public static final TextSymbolizer.PolygonAlignOptions MBR
Method Detail |
---|
public static TextSymbolizer.PolygonAlignOptions[] values()
for (TextSymbolizer.PolygonAlignOptions c : TextSymbolizer.PolygonAlignOptions.values()) System.out.println(c);
public static TextSymbolizer.PolygonAlignOptions valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |