Uses of Class
org.jfree.chart.axis.TickType
Packages that use TickType
-
Uses of TickType in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as TickTypeModifier and TypeFieldDescriptionstatic final TickTypeTickType.MAJORMajor tick.static final TickTypeTickType.MINORMinor tick.Methods in org.jfree.chart.axis that return TickTypeModifier and TypeMethodDescriptionValueTick.getTickType()Returns the tick type (major or minor).Constructors in org.jfree.chart.axis with parameters of type TickTypeModifierConstructorDescriptionDateTick(TickType tickType, Date date, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle) Creates a new date tick.LogTick(TickType type, double value, AttributedString label, org.jfree.ui.TextAnchor textAnchor) Creates a new instance.NumberTick(TickType tickType, double value, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle) Creates a new tick.ValueTick(TickType tickType, double value, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle) Creates a new value tick.