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,
Number number,
String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new tick.
|
getNumberequals, getTickType, getValueclone, getAngle, getRotationAnchor, getText, getTextAnchor, toStringpublic CyclicNumberAxis.CycleBoundTick(boolean mapToLastCycle,
Number number,
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.Copyright © 2001-2014 JFree.org. All Rights Reserved.