org.jfree.chart.axis
public class CategoryTick extends Tick
Constructor Summary | |
---|---|
CategoryTick(Comparable category, TextBlock label, TextBlockAnchor labelAnchor, TextAnchor rotationAnchor, double angle)
Creates a new tick.
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Tests this category tick for equality with an arbitrary object.
|
Comparable | getCategory()
Returns the category.
|
TextBlock | getLabel()
Returns the label.
|
TextBlockAnchor | getLabelAnchor()
Returns the label anchor.
|
int | hashCode()
Returns a hash code for this object.
|
Parameters: category the category. label the label. labelAnchor the label anchor. rotationAnchor the rotation anchor. angle the rotation angle (in radians).
Parameters: obj the object (null
permitted).
Returns: A boolean.
Returns: The category.
Returns: The label.
Returns: The label anchor.
Returns: A hash code.