public static enum FillMBLayer.FillTranslateAnchor extends Enum<FillMBLayer.FillTranslateAnchor>
Enum Constant and Description |
---|
MAP
The fill is translated relative to the map.
|
VIEWPORT
The fill is translated relative to the viewport.
|
Modifier and Type | Method and Description |
---|---|
static FillMBLayer.FillTranslateAnchor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillMBLayer.FillTranslateAnchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FillMBLayer.FillTranslateAnchor MAP
public static final FillMBLayer.FillTranslateAnchor VIEWPORT
public static FillMBLayer.FillTranslateAnchor[] values()
for (FillMBLayer.FillTranslateAnchor c : FillMBLayer.FillTranslateAnchor.values()) System.out.println(c);
public static FillMBLayer.FillTranslateAnchor 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–2023 Geotools. All rights reserved.