Header
And More


Uses of Class
org.jfree.chart.axis.TickType

Packages that use TickType
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
static TickType TickType.MAJOR
          Major tick.
static TickType TickType.MINOR
          Minor tick.
 

Methods in org.jfree.chart.axis that return TickType
 TickType ValueTick.getTickType()
          Returns the tick type (major or minor).
 

Constructors in org.jfree.chart.axis with parameters of type TickType
DateTick(TickType tickType, java.util.Date date, java.lang.String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
          Creates a new date tick.
NumberTick(TickType tickType, double value, java.lang.String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
          Creates a new tick.
ValueTick(TickType tickType, double value, java.lang.String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
          Creates a new value tick.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.