Uses of Class
org.jfree.chart.axis.ValueTick
| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of ValueTick in org.jfree.chart.axis
Subclasses of ValueTick in org.jfree.chart.axis Modifier and Type Class Description protected static classCyclicNumberAxis.CycleBoundTickA special Number tick that also hold information about the cycle bound mapping for this tick.classDateTickA tick used by theDateAxisclass.classLogTickA tick from aLogAxis.classNumberTickA numerical tick.Methods in org.jfree.chart.axis with parameters of type ValueTick Modifier and Type Method Description protected float[]CyclicNumberAxis. calculateAnchorPoint(ValueTick tick, double cursor, Rectangle2D dataArea, RectangleEdge edge)Calculates the anchor point for a tick.protected float[]ValueAxis. calculateAnchorPoint(ValueTick tick, double cursor, Rectangle2D dataArea, RectangleEdge edge)Calculates the anchor point for a tick label.