Uses of Class
org.jfree.chart.axis.Tick
-
Packages that use Tick Package Description org.jfree.chart.axis Axis classes and interfaces. -
-
Uses of Tick in org.jfree.chart.axis
Subclasses of Tick in org.jfree.chart.axis Modifier and Type Class Description classCategoryTickA tick for aCategoryAxis.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.classValueTickA value tick.Methods in org.jfree.chart.axis that return types with arguments of type Tick Modifier and Type Method Description List<? extends Tick>DateAxis. refreshTicks(Graphics2D g2, AxisState state, Rectangle2D dataArea, RectangleEdge edge)Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).protected List<? extends Tick>DateAxis. refreshTicksHorizontal(Graphics2D g2, Rectangle2D dataArea, RectangleEdge edge)Recalculates the ticks for the date axis.protected List<? extends Tick>DateAxis. refreshTicksVertical(Graphics2D g2, Rectangle2D dataArea, RectangleEdge edge)Recalculates the ticks for the date axis.
-