| java.lang.Object org.jfree.chart.axis.PeriodAxisLabelInfo
DEFAULT_DIVIDER_PAINT | final public static Paint DEFAULT_DIVIDER_PAINT(Code) | | The default divider paint.
|
DEFAULT_DIVIDER_STROKE | final public static Stroke DEFAULT_DIVIDER_STROKE(Code) | | The default divider stroke.
|
DEFAULT_FONT | final public static Font DEFAULT_FONT(Code) | | The default font.
|
DEFAULT_INSETS | final public static RectangleInsets DEFAULT_INSETS(Code) | | The default insets.
|
DEFAULT_LABEL_PAINT | final public static Paint DEFAULT_LABEL_PAINT(Code) | | The default label paint.
|
PeriodAxisLabelInfo | public PeriodAxisLabelInfo(Class periodClass, DateFormat dateFormat)(Code) | | Creates a new instance.
Parameters: periodClass - the subclass of RegularTimePeriod to use (null not permitted). Parameters: dateFormat - the date format (null not permitted). |
PeriodAxisLabelInfo | public PeriodAxisLabelInfo(Class periodClass, DateFormat dateFormat, RectangleInsets padding, Font labelFont, Paint labelPaint, boolean drawDividers, Stroke dividerStroke, Paint dividerPaint)(Code) | | Creates a new instance.
Parameters: periodClass - the subclass of RegularTimePeriod to use(null not permitted). Parameters: dateFormat - the date format (null not permitted). Parameters: padding - controls the space around the band (null not permitted). Parameters: labelFont - the label font (null not permitted). Parameters: labelPaint - the label paint (null not permitted). Parameters: drawDividers - a flag that controls whether dividers are drawn. Parameters: dividerStroke - the stroke used to draw the dividers (null not permitted). Parameters: dividerPaint - the paint used to draw the dividers (null not permitted). |
createInstance | public RegularTimePeriod createInstance(Date millisecond, TimeZone zone)(Code) | | Creates a time period that includes the specified millisecond, assuming
the given time zone.
Parameters: millisecond - the time. Parameters: zone - the time zone. The time period. |
equals | public boolean equals(Object obj)(Code) | | Tests this object for equality with an arbitrary object.
Parameters: obj - the object to test against (null permitted). A boolean. |
getDateFormat | public DateFormat getDateFormat()(Code) | | Returns the date formatter.
The date formatter (never null ). |
getDividerPaint | public Paint getDividerPaint()(Code) | | Returns the paint used to draw the dividers.
The paint. |
getDividerStroke | public Stroke getDividerStroke()(Code) | | Returns the stroke used to draw the dividers.
The stroke. |
getDrawDividers | public boolean getDrawDividers()(Code) | | Returns a flag that controls whether or not dividers are drawn.
A flag. |
getLabelFont | public Font getLabelFont()(Code) | | Returns the label font.
The label font (never null ). |
getLabelPaint | public Paint getLabelPaint()(Code) | | Returns the label paint.
The label paint. |
getPadding | public RectangleInsets getPadding()(Code) | | Returns the padding for the band.
The padding. |
getPeriodClass | public Class getPeriodClass()(Code) | | Returns the subclass of
RegularTimePeriod that should be used
to generate the date labels.
The class. |
hashCode | public int hashCode()(Code) | | Returns a hash code for this object.
A hash code. |
|
|