|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.labels.ItemLabelAnchor
public final class ItemLabelAnchor
An enumeration of the positions that a value label can take, relative to an
item in a CategoryPlot
.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if this object is equal to the specified
object, and false otherwise. |
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 ItemLabelAnchor CENTER
public static final ItemLabelAnchor INSIDE1
public static final ItemLabelAnchor INSIDE2
public static final ItemLabelAnchor INSIDE3
public static final ItemLabelAnchor INSIDE4
public static final ItemLabelAnchor INSIDE5
public static final ItemLabelAnchor INSIDE6
public static final ItemLabelAnchor INSIDE7
public static final ItemLabelAnchor INSIDE8
public static final ItemLabelAnchor INSIDE9
public static final ItemLabelAnchor INSIDE10
public static final ItemLabelAnchor INSIDE11
public static final ItemLabelAnchor INSIDE12
public static final ItemLabelAnchor OUTSIDE1
public static final ItemLabelAnchor OUTSIDE2
public static final ItemLabelAnchor OUTSIDE3
public static final ItemLabelAnchor OUTSIDE4
public static final ItemLabelAnchor OUTSIDE5
public static final ItemLabelAnchor OUTSIDE6
public static final ItemLabelAnchor OUTSIDE7
public static final ItemLabelAnchor OUTSIDE8
public static final ItemLabelAnchor OUTSIDE9
public static final ItemLabelAnchor OUTSIDE10
public static final ItemLabelAnchor OUTSIDE11
public static final ItemLabelAnchor OUTSIDE12
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.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |