Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » axis » [javadoc | source]
org.jfree.chart.axis
protected static class: CyclicNumberAxis.CycleBoundTick [javadoc | source]
java.lang.Object
   org.jfree.chart.axis.Tick
      org.jfree.chart.axis.ValueTick
         org.jfree.chart.axis.NumberTick
            org.jfree.chart.axis.CyclicNumberAxis$CycleBoundTick

All Implemented Interfaces:
    Cloneable, Serializable

A special Number tick that also hold information about the cycle bound mapping for this tick. This is especially useful for having a tick at each axis end with the cycle bound value. See also isBoundMappedToLastCycle()
Field Summary
public  boolean mapToLastCycle    Map to last cycle. 
Constructor:
 public CycleBoundTick(boolean mapToLastCycle,
    Number number,
    String label,
    TextAnchor textAnchor,
    TextAnchor rotationAnchor,
    double angle) 
    Creates a new tick.
    Parameters:
    mapToLastCycle - map to last cycle?
    number - the number.
    label - the label.
    textAnchor - the text anchor.
    rotationAnchor - the rotation anchor.
    angle - the rotation angle.
Methods from org.jfree.chart.axis.NumberTick:
getNumber
Methods from org.jfree.chart.axis.ValueTick:
equals,   getTickType,   getValue
Methods from org.jfree.chart.axis.Tick:
clone,   equals,   getAngle,   getRotationAnchor,   getText,   getTextAnchor,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait