|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.axis.Axis
org.jfree.chart.axis.ValueAxis
org.jfree.chart.axis.NumberAxis
org.jfree.chart.axis.NumberAxis3D
org.norther.tammi.sprig.jfree.axis.JFNumberAxis3D
public class JFNumberAxis3D
A 3D number axis.
Field Summary |
---|
Fields inherited from class org.jfree.chart.axis.NumberAxis |
---|
DEFAULT_AUTO_RANGE_INCLUDES_ZERO, DEFAULT_AUTO_RANGE_STICKY_ZERO, DEFAULT_TICK_UNIT, DEFAULT_VERTICAL_TICK_LABELS |
Fields inherited from class org.jfree.chart.axis.ValueAxis |
---|
DEFAULT_AUTO_RANGE, DEFAULT_AUTO_RANGE_MINIMUM_SIZE, DEFAULT_AUTO_TICK_UNIT_SELECTION, DEFAULT_INVERTED, DEFAULT_LOWER_BOUND, DEFAULT_LOWER_MARGIN, DEFAULT_RANGE, DEFAULT_UPPER_BOUND, DEFAULT_UPPER_MARGIN, MAXIMUM_TICK_COUNT |
Constructor Summary | |
---|---|
JFNumberAxis3D()
Constructs a new axis. |
|
JFNumberAxis3D(String label)
Constructs a new labeled axis. |
Method Summary | |
---|---|
Format |
getFormat()
Gets the coordinate format. |
int |
getLabelFontSize()
Gets the label font size. |
int |
getScaleFontSize()
Gets the scale font size. |
String |
getUnitOfMeasure()
Gets the unit of measure. |
void |
setFormat(Format format)
Sets the coordinate format. |
void |
setLabelFontSize(int fs)
Sets the label font size. |
void |
setScaleFontSize(int fs)
Sets the scale font size. |
void |
setUnitOfMeasure(String unit)
Sets the unit of measure. |
Methods inherited from class org.jfree.chart.axis.NumberAxis3D |
---|
draw |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.norther.tammi.sprig.chart.layout.ChartAxis |
---|
getLabel, setLabel |
Constructor Detail |
---|
public JFNumberAxis3D()
public JFNumberAxis3D(String label)
label
- the axis label.Method Detail |
---|
public Format getFormat()
ChartAxis
getFormat
in interface ChartAxis
public void setFormat(Format format)
ChartAxis
setFormat
in interface ChartAxis
format
- the coordinate format.public int getLabelFontSize()
ChartAxis
getLabelFontSize
in interface ChartAxis
public void setLabelFontSize(int fs)
ChartAxis
setLabelFontSize
in interface ChartAxis
fs
- the font size in points.public int getScaleFontSize()
ChartAxis
getScaleFontSize
in interface ChartAxis
public void setScaleFontSize(int fs)
ChartAxis
setScaleFontSize
in interface ChartAxis
fs
- the font size in points.public String getUnitOfMeasure()
public void setUnitOfMeasure(String unit)
unit
- the unit of measure.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |