Package org.jfree.chart.axis
Class CategoryAnchor
- java.lang.Object
-
- org.jfree.chart.axis.CategoryAnchor
-
- All Implemented Interfaces:
Serializable
public final class CategoryAnchor extends Object implements Serializable
Used to indicate one of three positions within a category:START
,MIDDLE
andEND
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CategoryAnchor
END
End of period.static CategoryAnchor
MIDDLE
Middle of period.static CategoryAnchor
START
Start of period.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Returnstrue
if this object is equal to the specified object, andfalse
otherwise.String
toString()
Returns a string representing the object.
-
-
-
Field Detail
-
START
public static final CategoryAnchor START
Start of period.
-
MIDDLE
public static final CategoryAnchor MIDDLE
Middle of period.
-
END
public static final CategoryAnchor END
End of period.
-
-
Method Detail
-
toString
public String toString()
Returns a string representing the object.
-
-