org.jfree.chart.axis
protected static class CyclicNumberAxis.CycleBoundTick extends NumberTick
| Field Summary | |
|---|---|
| boolean | mapToLastCycle Map to last cycle. |
| Constructor Summary | |
|---|---|
| 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.