org.opengis.go.display.style
Class YAnchor
- java.lang.Object
-
- org.opengis.util.CodeList<E>
-
- org.opengis.util.SimpleEnumerationType<YAnchor>
-
- org.opengis.go.display.style.YAnchor
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<YAnchor>
public class YAnchor extends SimpleEnumerationType<YAnchor>
Defines the various YAnchor types.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static YAnchorBASELINEAlign to the baseline of the field.static YAnchorBOTTOMAlign to the bottom of the field.static YAnchorMIDDLEAlign the middle of the field.static YAnchorTOPAlign to the top of the field.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description CodeList[]family()Returns the list of enumerations of the same kind than this enum.static intgetNumberOfStyles()Deprecated.Usevalues().lengthinstead.static YAnchor[]values()Returns the list ofYAnchors.-
Methods inherited from class org.opengis.util.SimpleEnumerationType
getDescription, getIcon, getNullIcon, toString
-
-
-
-
Field Detail
-
TOP
public static final YAnchor TOP
Align to the top of the field.
-
MIDDLE
public static final YAnchor MIDDLE
Align the middle of the field.
-
BASELINE
public static final YAnchor BASELINE
Align to the baseline of the field.
-
BOTTOM
public static final YAnchor BOTTOM
Align to the bottom of the field.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG