public static enum LabelCacheItem.GraphicResize extends Enum<LabelCacheItem.GraphicResize>
| Enum Constant and Description |
|---|
NONE |
PROPORTIONAL |
STRETCH |
| Modifier and Type | Method and Description |
|---|---|
static LabelCacheItem.GraphicResize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelCacheItem.GraphicResize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelCacheItem.GraphicResize NONE
public static final LabelCacheItem.GraphicResize STRETCH
public static final LabelCacheItem.GraphicResize PROPORTIONAL
public static LabelCacheItem.GraphicResize[] values()
for (LabelCacheItem.GraphicResize c : LabelCacheItem.GraphicResize.values()) System.out.println(c);
public static LabelCacheItem.GraphicResize 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–2019 Geotools. All rights reserved.