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
Modifier and TypeFieldDescriptionstatic final HorizontalAlignment
Center alignment.static final HorizontalAlignment
Left alignment.static final HorizontalAlignment
Right alignment. -
Method Summary
-
Field Details
-
LEFT
Left alignment. -
RIGHT
Right 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.
-