constructor with a parameter being the label of the axis;
2 + parameters for the timezone and the locale
8 method variants
setRange (4×): defines the range of dates to display (Range object, lower and upper Date, lower and upper double). A 4th method allows to disable notification to listeners;
setTickUnit (2×): setting the tick unit and allowing to disable notification to listeners;
createStandardDateTickUnits (2×): create the default units for the axis, for the default timezone and locale or for specified ones.
Class description
Class full name
org.jfree.chart.axis.DateAxis
Implemented variability :heavy_check_mark:
This class represents an axis displaying dates.
Method level:
3 constructors
8 method variants
setRange
(4×): defines the range of dates to display (Range
object, lower and upperDate
, lower and upperdouble
). A 4th method allows to disable notification to listeners;setTickUnit
(2×): setting the tick unit and allowing to disable notification to listeners;createStandardDateTickUnits
(2×): create the default units for the axis, for the default timezone and locale or for specified ones.Class level: no subclass.
Actual metrics
Visualization
TODO
Extract duplicated blocks