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