public static enum SymbolMBLayer.TextTransform extends Enum<SymbolMBLayer.TextTransform>
Enum Constant and Description |
---|
LOWERCASE
Forces all letters to be displayed in lowercase.
|
NONE
The text is not altered.
|
UPPERCASE
Forces all letters to be displayed in uppercase.
|
Modifier and Type | Method and Description |
---|---|
static SymbolMBLayer.TextTransform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymbolMBLayer.TextTransform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SymbolMBLayer.TextTransform NONE
public static final SymbolMBLayer.TextTransform UPPERCASE
public static final SymbolMBLayer.TextTransform LOWERCASE
public static SymbolMBLayer.TextTransform[] values()
for (SymbolMBLayer.TextTransform c : SymbolMBLayer.TextTransform.values()) System.out.println(c);
public static SymbolMBLayer.TextTransform 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.