Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.chart.axis.Axis
org.jfree.chart.axis.ValueAxis
org.jfree.chart.axis.NumberAxis
org.jfree.chart.axis.NumberAxis3D
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 | |
| |
|
Method Summary | |
AxisState |
|
public NumberAxis3D(String label)
Constructs a new axis.
- Parameters:
label
- the axis label (null
permitted).
public 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).
- Overrides:
- draw in interface NumberAxis
- 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.