|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.ui.TextAnchor
Used to indicate the position of an anchor point for a text string.
Field Summary | |
---|---|
static TextAnchor |
BASELINE_CENTER
Baseline/center. |
static TextAnchor |
BASELINE_LEFT
Baseline/left. |
static TextAnchor |
BASELINE_RIGHT
Baseline/right. |
static TextAnchor |
BOTTOM_CENTER
Bottom/center. |
static TextAnchor |
BOTTOM_LEFT
Bottom/left. |
static TextAnchor |
BOTTOM_RIGHT
Bottom/right. |
static TextAnchor |
CENTER
Middle/center. |
static TextAnchor |
CENTER_LEFT
Middle/left. |
static TextAnchor |
CENTER_RIGHT
Middle/right. |
static TextAnchor |
HALF_ASCENT_CENTER
Half-ascent/center. |
static TextAnchor |
HALF_ASCENT_LEFT
Half-ascent/left. |
static TextAnchor |
HALF_ASCENT_RIGHT
Half-ascent/right. |
static TextAnchor |
TOP_CENTER
Top/center. |
static TextAnchor |
TOP_LEFT
Top/left. |
static TextAnchor |
TOP_RIGHT
Top/right. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if this object is equal to the specified object, and
false otherwise. |
static TextAnchor |
getHorizontalOpposite(TextAnchor anchor)
|
static TextAnchor |
getVerticalOpposite(TextAnchor anchor)
|
java.lang.String |
toString()
Returns a string representing the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final TextAnchor TOP_LEFT
public static final TextAnchor TOP_CENTER
public static final TextAnchor TOP_RIGHT
public static final TextAnchor HALF_ASCENT_LEFT
public static final TextAnchor HALF_ASCENT_CENTER
public static final TextAnchor HALF_ASCENT_RIGHT
public static final TextAnchor CENTER_LEFT
public static final TextAnchor CENTER
public static final TextAnchor CENTER_RIGHT
public static final TextAnchor BASELINE_LEFT
public static final TextAnchor BASELINE_CENTER
public static final TextAnchor BASELINE_RIGHT
public static final TextAnchor BOTTOM_LEFT
public static final TextAnchor BOTTOM_CENTER
public static final TextAnchor BOTTOM_RIGHT
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
true
if this object is equal to the specified object, and
false
otherwise.
equals
in class java.lang.Object
o
- the other object.
public static TextAnchor getHorizontalOpposite(TextAnchor anchor)
public static TextAnchor getVerticalOpposite(TextAnchor anchor)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |