Uses of Class
org.jfree.chart.axis.TickType
-
Packages that use TickType Package Description org.jfree.chart.axis Axis classes and interfaces. -
-
Uses of TickType in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as TickType Modifier and Type Field Description static TickType
TickType. MAJOR
Major tick.static TickType
TickType. MINOR
Minor tick.private TickType
ValueTick. tickType
The tick type (major or minor).Methods in org.jfree.chart.axis that return TickType Modifier and Type Method Description TickType
ValueTick. getTickType()
Returns the tick type (major or minor).Constructors in org.jfree.chart.axis with parameters of type TickType Constructor Description DateTick(TickType tickType, java.util.Date date, java.lang.String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)
Creates a new date tick.LogTick(TickType type, double value, java.text.AttributedString label, TextAnchor textAnchor)
Creates a new instance.NumberTick(TickType tickType, double value, java.lang.String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)
Creates a new tick.ValueTick(TickType tickType, double value, java.lang.String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)
Creates a new value tick.
-