Package org.jfree.chart.ui
Class HorizontalAlignment
java.lang.Object
org.jfree.chart.ui.HorizontalAlignment
- All Implemented Interfaces:
Serializable
An enumeration of the horizontal alignment types (
LEFT,
RIGHT and CENTER).- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HorizontalAlignmentCenter alignment.static final HorizontalAlignmentLeft alignment.static final HorizontalAlignmentRight alignment. -
Method Summary
-
Field Details
-
LEFT
Left alignment. -
RIGHT
Right 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.
-