org.jfree.chart.labels
Class ItemLabelAnchor
public final
class
ItemLabelAnchor
extends Object
implements Serializable
An enumeration of the positions that a value label can take, relative to an
item in a
CategoryPlot.
Method Summary |
boolean | equals(Object o)
Returns true if this object is equal to the specified
object, and false otherwise.
|
String | toString()
Returns a string representing the object.
|
CENTER.
INSIDE1.
INSIDE10.
INSIDE11.
INSIDE12.
INSIDE2.
INSIDE3.
INSIDE4.
INSIDE5.
INSIDE6.
INSIDE7.
INSIDE8.
INSIDE9.
OUTSIDE1.
OUTSIDE10.
OUTSIDE11.
OUTSIDE12.
OUTSIDE2.
OUTSIDE3.
OUTSIDE4.
OUTSIDE5.
OUTSIDE6.
OUTSIDE7.
OUTSIDE8.
OUTSIDE9.
public boolean equals(Object o)
Returns
true
if this object is equal to the specified
object, and
false
otherwise.
Parameters: o the other object.
Returns: A boolean.
public String toString()
Returns a string representing the object.
Returns: The string.
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.