| java.lang.Object org.jfree.chart.axis.CategoryAnchor
CategoryAnchor | final public class CategoryAnchor implements Serializable(Code) | | Used to indicate one of three positions within a category:
START , MIDDLE and END .
|
Method Summary | |
public boolean | equals(Object obj) Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: obj - the other object. | public String | toString() Returns a string representing the object. |
equals | public boolean equals(Object obj)(Code) | | Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: obj - the other object. A boolean. |
toString | public String toString()(Code) | | Returns a string representing the object.
The string. |
|
|