Header
And More


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

Packages that use ValueTick
org.jfree.chart.axis Axis classes and interfaces. 
 

Uses of ValueTick in org.jfree.chart.axis
 

Subclasses of ValueTick in org.jfree.chart.axis
protected static class CyclicNumberAxis.CycleBoundTick
          A special Number tick that also hold information about the cycle bound mapping for this tick.
 class DateTick
          A tick used by the DateAxis class.
 class NumberTick
          A numerical tick.
 

Methods in org.jfree.chart.axis with parameters of type ValueTick
protected  float[] CyclicNumberAxis.calculateAnchorPoint(ValueTick tick, double cursor, java.awt.geom.Rectangle2D dataArea, org.jfree.ui.RectangleEdge edge)
          Calculates the anchor point for a tick.
protected  float[] ValueAxis.calculateAnchorPoint(ValueTick tick, double cursor, java.awt.geom.Rectangle2D dataArea, org.jfree.ui.RectangleEdge edge)
          Calculates the anchor point for a tick label.
 


Footer
And More


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