public static enum TextSymbolizer.DisplacementMode extends Enum<TextSymbolizer.DisplacementMode>
Modifier and Type | Method and Description |
---|---|
int |
getAngle() |
static TextSymbolizer.DisplacementMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextSymbolizer.DisplacementMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextSymbolizer.DisplacementMode N
public static final TextSymbolizer.DisplacementMode W
public static final TextSymbolizer.DisplacementMode E
public static final TextSymbolizer.DisplacementMode S
public static final TextSymbolizer.DisplacementMode NW
public static final TextSymbolizer.DisplacementMode NE
public static final TextSymbolizer.DisplacementMode SW
public static final TextSymbolizer.DisplacementMode SE
public static TextSymbolizer.DisplacementMode[] values()
for (TextSymbolizer.DisplacementMode c : TextSymbolizer.DisplacementMode.values()) System.out.println(c);
public static TextSymbolizer.DisplacementMode 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 getAngle()
Copyright © 1996–2019 Geotools. All rights reserved.