Package org.jfree.chart.ui
Class VerticalAlignment
java.lang.Object
org.jfree.chart.ui.VerticalAlignment
- All Implemented Interfaces:
Serializable
public final class VerticalAlignment extends Object implements Serializable
An enumeration of the vertical alignment types (
TOP,
BOTTOM and CENTER).- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static VerticalAlignmentBOTTOMBottom alignment.static VerticalAlignmentCENTERCenter alignment.static VerticalAlignmentTOPTop alignment. -
Method Summary
-
Field Details
-
TOP
Top alignment. -
BOTTOM
Bottom alignment. -
CENTER
Center alignment.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrueif this object is equal to the specified object, andfalseotherwise. -
hashCode
Returns a hash code value for the object.
-