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
Methods in org.jfree.chart.axis that return TickType Modifier and Type Method Description TickTypeValueTick. getTickType()Returns the tick type (major or minor).static TickTypeTickType. valueOf(String name)Returns the enum constant of this type with the specified name.static TickType[]TickType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jfree.chart.axis with parameters of type TickType Constructor Description DateTick(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.
-