|
||||||||||
| 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.ValueAxis
|
+--org.jfree.chart.axis.NumberAxis
|
+--org.jfree.chart.axis.VerticalNumberAxis
|
+--org.jfree.chart.axis.VerticalNumberAxis3D
A standard linear value axis, for values displayed vertically.
| Field Summary |
| Fields inherited from class org.jfree.chart.axis.VerticalNumberAxis |
DEFAULT_VERTICAL_LABEL |
| Fields inherited from class org.jfree.chart.axis.NumberAxis |
DEFAULT_AUTO_RANGE_INCLUDES_ZERO, DEFAULT_AUTO_RANGE_STICKY_ZERO, DEFAULT_TICK_UNIT |
| 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 | |
VerticalNumberAxis3D(java.lang.String label)
Constructs a VerticalNumberAxis3D, with the specified label and default attributes. |
|
| 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.VerticalNumberAxis |
autoAdjustRange, configure, isCompatiblePlot, isVerticalLabel, refreshTicks, reserveWidth, reserveWidth, selectAutoTickUnit, setVerticalLabel, translateJava2DtoValue, translateValueToJava2D |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VerticalNumberAxis3D(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 VerticalNumberAxisg2 - the graphics device.plotArea - the area for drawing the axes and data.dataArea - the area for drawing the data (a subset of the plotArea).location - the axis location.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||