org.jfree.chart.axis
protected static class CyclicNumberAxis.CycleBoundTick extends NumberTick
Modifier and Type | Field and Description |
---|---|
boolean |
mapToLastCycle
Map to last cycle.
|
Constructor and Description |
---|
CyclicNumberAxis.CycleBoundTick(boolean mapToLastCycle,
java.lang.Number number,
java.lang.String label,
TextAnchor textAnchor,
TextAnchor rotationAnchor,
double angle)
Creates a new tick.
|
getNumber
equals, getTickType, getValue
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString
public boolean mapToLastCycle
public CyclicNumberAxis.CycleBoundTick(boolean mapToLastCycle, java.lang.Number number, java.lang.String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)
mapToLastCycle
- map to last cycle?number
- the number.label
- the label.textAnchor
- the text anchor.rotationAnchor
- the rotation anchor.angle
- the rotation angle.Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.