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
FieldsModifier and TypeFieldDescriptionstatic final TextBlockAnchorBottom/center.static final TextBlockAnchorBottom/left.static final TextBlockAnchorBottom/right.static final TextBlockAnchorMiddle/center.static final TextBlockAnchorMiddle/left.static final TextBlockAnchorMiddle/right.private final StringThe name.private static final longFor serialization.static final TextBlockAnchorTop/center.static final TextBlockAnchorTop/left.static final TextBlockAnchorTop/right. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif this object is equal to the specified object, andfalseotherwise.inthashCode()Returns a hash code value for the object.private ObjectEnsures that serialization returns the unique instances.toString()Returns a string representing the object.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor serialization.- See Also:
-
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. -
name
The name.
-
-
Constructor Details
-
TextBlockAnchor
Private constructor.- Parameters:
name- the name.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrueif this object is equal to the specified object, andfalseotherwise. -
hashCode
public int hashCode()Returns a hash code value for the object. -
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException- if there is a problem.
-