protected static class CyclicNumberAxis.CycleBoundTick extends NumberTick
Modifier and Type | Field and Description |
---|---|
boolean |
mapToLastCycle
Map to last cycle.
|
Constructor and Description |
---|
CycleBoundTick(boolean mapToLastCycle,
java.lang.Number number,
java.lang.String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new tick.
|
getNumber
equals, getTickType, getValue
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString
public boolean mapToLastCycle
public CycleBoundTick(boolean mapToLastCycle, java.lang.Number number, java.lang.String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.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.