org.jfree.chart.axis

Class CategoryTick

public class CategoryTick extends Tick

A tick for a CategoryAxis.
Constructor Summary
CategoryTick(Comparable category, TextBlock label, TextBlockAnchor labelAnchor, TextAnchor rotationAnchor, double angle)
Creates a new tick.
Method Summary
booleanequals(Object obj)
Tests this category tick for equality with an arbitrary object.
ComparablegetCategory()
Returns the category.
TextBlockgetLabel()
Returns the label.
TextBlockAnchorgetLabelAnchor()
Returns the label anchor.
inthashCode()
Returns a hash code for this object.

Constructor Detail

CategoryTick

public CategoryTick(Comparable category, TextBlock label, TextBlockAnchor labelAnchor, 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 Detail

equals

public boolean equals(Object obj)
Tests this category tick for equality with an arbitrary object.

Parameters: obj the object (null permitted).

Returns: A boolean.

getCategory

public Comparable getCategory()
Returns the category.

Returns: The category.

getLabel

public TextBlock getLabel()
Returns the label.

Returns: The label.

getLabelAnchor

public TextBlockAnchor getLabelAnchor()
Returns the label anchor.

Returns: The label anchor.

hashCode

public int hashCode()
Returns a hash code for this object.

Returns: A hash code.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.