Represents all the formatting options of a chart axis. The axis can be either a domain or
a range axis, and any options that do not apply to the current axis are simply ignored.
author: Barry Klawans (bklawans@users.sourceforge.net) version: $Id: JRAxisFormat.java 1413 2006-09-28 10:47:40Z teodord $
The mask to use for formatting the label of each tick mark. Ignored if tick marks
are disabled, or if the axis being formatted is not either numeric or a date axis.
Returns the color used when drawing the axis. This color is used for both
the axis line itself and any tick marks present on the axis.
the color used when drawing the axis.
Sets the color used when drawing the axis. This color is used for both
the axis line itself and any tick marks present on the axis.
Parameters: lineColor - the color to use when drawing the axis.
setTickLabelColor
public void setTickLabelColor(Color tickLabelColor)(Code)
Sets the color to use when writing the label of each tick mark.
Parameters: tickLabelColor - the color to use when writing the label of each tick mark
setTickLabelFont
public void setTickLabelFont(JRFont tickLabelFont)(Code)
Sets the font to use when writing the label of each tick mark.
Parameters: tickLabelFont - the font to use when writing the label of each tick mark
Sets the formatting mask to user when writing the label of each tick mark.
Parameters: mask - the formatting mask to use when writing the label of each tick mark