Uses of Class
org.jfree.chart.axis.TickType
-
Uses of TickType in org.jfree.chart.axis
Modifier and TypeFieldDescriptionstatic final TickType
TickType.MAJOR
Major tick.static final TickType
TickType.MINOR
Minor tick.Modifier and TypeMethodDescriptionValueTick.getTickType()
Returns the tick type (major or minor).ModifierConstructorDescriptionDateTick
(TickType tickType, Date date, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new date tick.LogTick
(TickType type, double value, AttributedString label, TextAnchor textAnchor) Creates a new instance.NumberTick
(TickType tickType, double value, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new tick.ValueTick
(TickType tickType, double value, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new value tick.