org.jfree.chart.axis
public class NumberAxis3D extends NumberAxis implements Serializable
Constructor Summary | |
---|---|
NumberAxis3D()
Default constructor. | |
NumberAxis3D(String label)
Constructs a new axis.
|
Method Summary | |
---|---|
AxisState | draw(Graphics2D g2, double cursor, Rectangle2D plotArea, Rectangle2D dataArea, RectangleEdge edge, PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
|
Parameters: label the axis label (null
permitted).
Parameters: g2 the graphics device. cursor the cursor. plotArea the area for drawing the axes and data. dataArea the area for drawing the data (a subset of the
plotArea). edge the axis location. plotState collects information about the plot (null
permitted).
Returns: The updated cursor value.