Package org.jfree.chart.text
Class TextBlockAnchor
java.lang.Object
org.jfree.chart.text.TextBlockAnchor
- All Implemented Interfaces:
Serializable
Used to indicate the position of an anchor point for a text block.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TextBlockAnchor
Bottom/center.static final TextBlockAnchor
Bottom/left.static final TextBlockAnchor
Bottom/right.static final TextBlockAnchor
Middle/center.static final TextBlockAnchor
Middle/left.static final TextBlockAnchor
Middle/right.static final TextBlockAnchor
Top/center.static final TextBlockAnchor
Top/left.static final TextBlockAnchor
Top/right. -
Method Summary
-
Field Details
-
TOP_LEFT
Top/left. -
TOP_CENTER
Top/center. -
TOP_RIGHT
Top/right. -
CENTER_LEFT
Middle/left. -
CENTER
Middle/center. -
CENTER_RIGHT
Middle/right. -
BOTTOM_LEFT
Bottom/left. -
BOTTOM_CENTER
Bottom/center. -
BOTTOM_RIGHT
Bottom/right.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
Returns a hash code value for the object.
-