java.util.Date |
DateAxis.calculateHighestVisibleTickValue(DateTickUnit unit) |
Calculates the value of the highest visible tick on the axis.
|
java.util.Date |
DateAxis.calculateLowestVisibleTickValue(DateTickUnit unit) |
Calculates the value of the lowest visible tick on the axis.
|
private java.util.Date |
DateAxis.correctTickDateForPosition(java.util.Date time,
DateTickUnit unit,
DateTickMarkPosition position) |
Corrects the given tick date for the position setting.
|
private double |
DateAxis.estimateMaximumTickLabelHeight(java.awt.Graphics2D g2,
DateTickUnit unit) |
Estimates the maximum width of the tick labels, assuming the specified
tick unit is used.
|
private double |
DateAxis.estimateMaximumTickLabelWidth(java.awt.Graphics2D g2,
DateTickUnit unit) |
Estimates the maximum width of the tick labels, assuming the specified
tick unit is used.
|
protected java.util.Date |
DateAxis.nextStandardDate(java.util.Date date,
DateTickUnit unit) |
Returns the first "standard" date (based on the specified field and
units).
|
protected java.util.Date |
DateAxis.previousStandardDate(java.util.Date date,
DateTickUnit unit) |
Returns the previous "standard" date, for a given date and tick unit.
|
void |
DateAxis.setTickUnit(DateTickUnit unit) |
Sets the tick unit for the axis.
|
void |
DateAxis.setTickUnit(DateTickUnit unit,
boolean notify,
boolean turnOffAutoSelection) |
Sets the tick unit attribute and, if requested, sends an
AxisChangeEvent to all registered listeners.
|