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.
|
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 |
---|---|
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. |