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
Modifier and TypeFieldDescriptionstatic final VerticalAlignment
Bottom alignment.static final VerticalAlignment
Center alignment.static final VerticalAlignment
Top alignment. -
Method Summary
-
Field Details
-
TOP
Top alignment. -
BOTTOM
Bottom alignment. -
CENTER
Center alignment.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
public int hashCode()Returns a hash code value for the object.
-