|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.jfree.chart.axis.Axis
|
+--org.jfree.chart.axis.CategoryAxis
|
+--org.jfree.chart.axis.HorizontalCategoryAxis
|
+--org.jfree.chart.axis.HorizontalCategoryAxis3D
A horizontal axis that displays categories and has a 3D effect. Used for bar charts and line charts.
| Field Summary |
| Fields inherited from class org.jfree.chart.axis.HorizontalCategoryAxis |
DEFAULT_VERTICAL_CATEGORY_LABELS |
| Fields inherited from class org.jfree.chart.axis.CategoryAxis |
DEFAULT_AXIS_MARGIN, DEFAULT_CATEGORY_MARGIN |
| Constructor Summary | |
HorizontalCategoryAxis3D(java.lang.String label)
Creates a new axis using default attribute values. |
|
| Method Summary | |
void |
draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
int location)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
| Methods inherited from class org.jfree.chart.axis.HorizontalCategoryAxis |
configure, equals, getCategoryEnd, getCategoryMiddle, getCategoryStart, getMaxTickLabelWidth, getSkipCategoryLabelsToFit, getVerticalCategoryLabels, isCompatiblePlot, refreshTicks, reserveHeight, reserveHeight, setSkipCategoryLabelsToFit, setVerticalCategoryLabels, setVerticalTickLabels |
| Methods inherited from class org.jfree.chart.axis.CategoryAxis |
getCategoryMargin, getLowerMargin, getUpperMargin, setCategoryMargin, setLowerMargin, setUpperMargin |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HorizontalCategoryAxis3D(java.lang.String label)
label - the axis label (null permitted).| Method Detail |
public void draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
int location)
draw in class HorizontalCategoryAxisg2 - the graphics device.plotArea - the area within which the axis should be drawn.dataArea - the area within which the plot is being drawn.location - the location of the axis (TOP or BOTTOM).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||