public static enum SymbolMBLayer.Justification extends Enum<SymbolMBLayer.Justification>
Enum Constant and Description |
---|
CENTER
The text is centered.
|
LEFT
The text is aligned to the left.
|
RIGHT
The text is aligned to the right.
|
Modifier and Type | Method and Description |
---|---|
static SymbolMBLayer.Justification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymbolMBLayer.Justification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SymbolMBLayer.Justification LEFT
public static final SymbolMBLayer.Justification CENTER
public static final SymbolMBLayer.Justification RIGHT
public static SymbolMBLayer.Justification[] values()
for (SymbolMBLayer.Justification c : SymbolMBLayer.Justification.values()) System.out.println(c);
public static SymbolMBLayer.Justification 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.