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,
Number number,
String label,
TextAnchor textAnchor,
TextAnchor rotationAnchor,
double angle)
Creates a new tick.
|
getNumberequals, getTickType, getValueclone, getAngle, getRotationAnchor, getText, getTextAnchor, toStringpublic CycleBoundTick(boolean mapToLastCycle,
Number number,
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 © 2001–2017 JFree.org. All rights reserved.