Class CategoryTick
java.lang.Object
org.jfree.chart.axis.Tick
org.jfree.chart.axis.CategoryTick
- All Implemented Interfaces:
Serializable, Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionCategoryTick(Comparable category, org.jfree.text.TextBlock label, org.jfree.text.TextBlockAnchor labelAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle) Creates a new tick. -
Method Summary
Methods inherited from class Tick
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString
-
Constructor Details
-
CategoryTick
public CategoryTick(Comparable category, org.jfree.text.TextBlock label, org.jfree.text.TextBlockAnchor labelAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle) Creates a new tick.- Parameters:
category- the category.label- the label.labelAnchor- the label anchor.rotationAnchor- the rotation anchor.angle- the rotation angle (in radians).
-
-
Method Details
-
getCategory
-
getLabel
-
getLabelAnchor
Returns the label anchor.- Returns:
- The label anchor.
-
equals
-
hashCode
-