public static enum TextSymbolizer.GraphicPlacement extends Enum<TextSymbolizer.GraphicPlacement>
Enum Constant and Description |
---|
INDEPENDENT
Places the graphic independent of the label own offset and anchor, but applying the
Graphic offset and anchor instead, on top of the chosen label point.
|
LABEL
Centered with the label, thus moving with it considering its offsets and anchors relative
to the label point.
|
Modifier and Type | Method and Description |
---|---|
static TextSymbolizer.GraphicPlacement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextSymbolizer.GraphicPlacement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextSymbolizer.GraphicPlacement LABEL
public static final TextSymbolizer.GraphicPlacement INDEPENDENT
public static TextSymbolizer.GraphicPlacement[] values()
for (TextSymbolizer.GraphicPlacement c : TextSymbolizer.GraphicPlacement.values()) System.out.println(c);
public static TextSymbolizer.GraphicPlacement 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 nullCopyright © 1996–2022 Geotools. All rights reserved.