Method Summary |
|
public boolean | equals(Object obj) Tests this object for equality with an arbitrary object.
Parameters: obj - the object (null permitted). |
public Font | getFont() Returns the font for the annotation. |
public Paint | getPaint() Returns the paint for the annotation. |
public TextAnchor | getRotationAnchor() Returns the rotation anchor. |
public double | getRotationAngle() Returns the rotation angle in radians. |
public String | getText() Returns the text for the annotation. |
public TextAnchor | getTextAnchor() Returns the text anchor. |
public int | hashCode() Returns a hash code for this instance. |
public void | setFont(Font font) Sets the font for the annotation. |
public void | setPaint(Paint paint) Sets the paint for the annotation. |
public void | setRotationAnchor(TextAnchor anchor) Sets the rotation anchor point. |
public void | setRotationAngle(double angle) Sets the rotation angle. |
public void | setText(String text) Sets the text for the annotation. |
public void | setTextAnchor(TextAnchor anchor) Sets the text anchor (the point on the text bounding rectangle that is
aligned to the (x, y) coordinate of the annotation). |