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 class
CategoryTick
A tick for aCategoryAxis
.protected static class
CyclicNumberAxis.CycleBoundTick
A special Number tick that also hold information about the cycle bound mapping for this tick.class
DateTick
A tick used by theDateAxis
class.class
LogTick
A tick from aLogAxis
.class
NumberTick
A numerical tick.class
ValueTick
A value tick.Fields in org.jfree.chart.axis declared as Tick Modifier and Type Field Description private Tick
CyclicNumberAxis. internalMarkerCycleBoundTick
-