| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
static DateTickMarkPosition |
DateTickMarkPosition.END
End of period.
|
static DateTickMarkPosition |
DateTickMarkPosition.MIDDLE
Middle of period.
|
static DateTickMarkPosition |
DateTickMarkPosition.START
Start of period.
|
private DateTickMarkPosition |
DateAxis.tickMarkPosition
Tick marks can be displayed at the start or the middle of the time
period.
|
| Modifier and Type | Method and Description |
|---|---|
DateTickMarkPosition |
DateAxis.getTickMarkPosition()
Returns the tick mark position (start, middle or end of the time period).
|
| Modifier and Type | Method and Description |
|---|---|
private java.util.Date |
DateAxis.calculateDateForPosition(RegularTimePeriod period,
DateTickMarkPosition position)
Returns a
Date corresponding to the specified position
within a RegularTimePeriod. |
private java.util.Date |
DateAxis.correctTickDateForPosition(java.util.Date time,
DateTickUnit unit,
DateTickMarkPosition position)
Corrects the given tick date for the position setting.
|
void |
DateAxis.setTickMarkPosition(DateTickMarkPosition position)
Sets the tick mark position (start, middle or end of the time period)
and sends an
AxisChangeEvent to all registered listeners. |