java.lang.Object | |
↳ | org.jfree.chart.axis.PeriodAxisLabelInfo |
A record that contains information for one "band" of date labels in
a PeriodAxis
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DEFAULT_DIVIDER_PAINT | The default divider paint. | ||||||||||
DEFAULT_DIVIDER_STROKE | The default divider stroke. | ||||||||||
DEFAULT_FONT | The default font. | ||||||||||
DEFAULT_INSETS | The default insets. | ||||||||||
DEFAULT_LABEL_PAINT | The default label paint. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance.
| |||||||||||
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of the object.
| |||||||||||
This method is deprecated.
As of 1.0.13, use the method that specifies the locale also.
| |||||||||||
Creates a time period that includes the specified millisecond, assuming
the given time zone.
| |||||||||||
Tests this object for equality with an arbitrary object.
| |||||||||||
Returns the date formatter.
| |||||||||||
Returns the paint used to draw the dividers.
| |||||||||||
Returns the stroke used to draw the dividers.
| |||||||||||
Returns a flag that controls whether or not dividers are drawn.
| |||||||||||
Returns the label font.
| |||||||||||
Returns the label paint.
| |||||||||||
Returns the padding for the band.
| |||||||||||
Returns the subclass of
RegularTimePeriod that should be used
to generate the date labels. | |||||||||||
Returns a hash code for this object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The default insets.
Creates a new instance.
periodClass | the subclass of RegularTimePeriod to use
(null not permitted). |
---|---|
dateFormat | the date format (null not permitted).
|
Creates a new instance.
periodClass | the subclass of RegularTimePeriod to use
(null not permitted). |
---|---|
dateFormat | the date format (null not permitted). |
padding | controls the space around the band (null
not permitted). |
labelFont | the label font (null not permitted). |
labelPaint | the label paint (null not permitted). |
drawDividers | a flag that controls whether dividers are drawn. |
dividerStroke | the stroke used to draw the dividers
(null not permitted). |
dividerPaint | the paint used to draw the dividers
(null not permitted).
|
Returns a clone of the object.
CloneNotSupportedException | if cloning is not supported. |
---|
This method is deprecated.
As of 1.0.13, use the method that specifies the locale also.
Creates a time period that includes the specified millisecond, assuming the given time zone.
millisecond | the time. |
---|---|
zone | the time zone. |
Creates a time period that includes the specified millisecond, assuming the given time zone.
millisecond | the time. |
---|---|
zone | the time zone. |
locale | the locale. |
Tests this object for equality with an arbitrary object.
obj | the object to test against (null permitted). |
---|
Returns the date formatter.
null
).
Returns a flag that controls whether or not dividers are drawn.
Returns the padding for the band.
Returns the subclass of RegularTimePeriod
that should be used
to generate the date labels.
Returns a hash code for this object.