Class VerticalAlignment
java.lang.Object
org.jfree.chart.ui.VerticalAlignment
- All Implemented Interfaces:
Serializable
An enumeration of the vertical alignment types (
TOP,
BOTTOM and CENTER).- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VerticalAlignmentBottom alignment.static final VerticalAlignmentCenter alignment.static final VerticalAlignmentTop alignment. -
Method Summary
-
Field Details
-
TOP
Top alignment. -
BOTTOM
Bottom alignment. -
CENTER
Center alignment.
-
-
Method Details
-
toString
-
equals
-
hashCode
-