|
||||||||||
| 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.CategoryAxis
org.jfree.chart.axis.CategoryAxis3D
org.norther.tammi.sprig.jfree.axis.JFCategoryAxis3D
public class JFCategoryAxis3D
A 3D category axis applying the mapped dataset.
| Field Summary |
|---|
| Fields inherited from class org.jfree.chart.axis.CategoryAxis |
|---|
DEFAULT_AXIS_MARGIN, DEFAULT_CATEGORY_MARGIN |
| Constructor Summary | |
|---|---|
JFCategoryAxis3D()
Constructs a new axis. |
|
JFCategoryAxis3D(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. |
List |
refreshTicks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
|
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. |
| Methods inherited from class org.jfree.chart.axis.CategoryAxis3D |
|---|
clone, draw, getCategoryJava2DCoordinate |
| 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 JFCategoryAxis3D()
public JFCategoryAxis3D(String label)
label - the axis label.| Method Detail |
|---|
public Format getFormat()
ChartAxis
getFormat in interface ChartAxispublic void setFormat(Format format)
ChartAxis
setFormat in interface ChartAxisformat - the coordinate format.public int getLabelFontSize()
ChartAxis
getLabelFontSize in interface ChartAxispublic void setLabelFontSize(int fs)
ChartAxis
setLabelFontSize in interface ChartAxisfs - the font size in points.public int getScaleFontSize()
ChartAxis
getScaleFontSize in interface ChartAxispublic void setScaleFontSize(int fs)
ChartAxis
setScaleFontSize in interface ChartAxisfs - the font size in points.
public List refreshTicks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
refreshTicks in class CategoryAxis
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||