public static enum SymbolMBLayer.Alignment extends Enum<SymbolMBLayer.Alignment>
Modifier and Type | Method and Description |
---|---|
static SymbolMBLayer.Alignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymbolMBLayer.Alignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SymbolMBLayer.Alignment MAP
public static final SymbolMBLayer.Alignment VIEWPORT
public static final SymbolMBLayer.Alignment AUTO
public static SymbolMBLayer.Alignment[] values()
for (SymbolMBLayer.Alignment c : SymbolMBLayer.Alignment.values()) System.out.println(c);
public static SymbolMBLayer.Alignment 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.