java.lang.Object | |||
↳ | java.text.Format | ||
↳ | java.text.DateFormat | ||
↳ | org.jfree.chart.axis.QuarterDateFormat |
A formatter that formats dates to show the year and quarter (for example, '2004 IV' for the last quarter of 2004.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GREEK_QUARTERS | Symbols for greek numbered quarters. | ||||||||||
REGULAR_QUARTERS | Symbols for regular quarters. | ||||||||||
ROMAN_QUARTERS | Symbols for roman numbered quarters. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance for the default time zone.
| |||||||||||
Creates a new instance for the specified time zone.
| |||||||||||
Creates a new instance for the specified time zone.
| |||||||||||
Creates a new instance for the specified time zone.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests this formatter for equality with an arbitrary object.
| |||||||||||
Formats the given date.
| |||||||||||
Parses the given string (not implemented).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new instance for the default time zone.
Creates a new instance for the specified time zone.
zone | the time zone (null not permitted).
|
---|
Creates a new instance for the specified time zone.
zone | the time zone (null not permitted). |
---|---|
quarterSymbols | the quarter symbols. |
Creates a new instance for the specified time zone.
zone | the time zone (null not permitted). |
---|---|
quarterSymbols | the quarter symbols. |
quarterFirst | a flag that controls whether the quarter or the year is displayed first. |
Tests this formatter for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Formats the given date.
date | the date. |
---|---|
toAppendTo | the string buffer. |
fieldPosition | the field position. |
Parses the given string (not implemented).
source | the date string. |
---|---|
pos | the parse position. |
null
, as this method has not been implemented.