Drawable, Interactive, Measurablepublic class XAxis extends XYAxis
DRAW_AT_LOCATION, DRAW_IN_DISPLAY, DRAW_IN_GUTTER, LINEAR, LOG10, x, y| Constructor | Description |
|---|---|
XAxis() |
Constructor XAxis
|
XAxis(java.lang.String title) |
Constructor XAxis
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
draw(DrawingPanel drawingPanel,
java.awt.Graphics g) |
Draws the axis in the drawing panel.
|
Interactive |
findInteractive(DrawingPanel panel,
int xpix,
int ypix) |
|
void |
setXY(double x,
double y) |
|
void |
setY(double y) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateLabels, drawMultiplier, getX, getXMax, getXMin, getY, getYMax, getYMin, isEnabled, isMeasured, log10, setAxisType, setEnabled, setLabelFormat, setLabelFormat, setLocation, setLocationType, setShowMajorGrid, setTitle, setTitle, setTitleFont, setXpublic XAxis()
public XAxis(java.lang.String title)
title - public void draw(DrawingPanel drawingPanel, java.awt.Graphics g)
public Interactive findInteractive(DrawingPanel panel, int xpix, int ypix)
findInteractive in interface InteractivefindInteractive in class XYAxispublic void setXY(double x,
double y)
setXY in interface InteractivesetXY in class XYAxispublic void setY(double y)
setY in interface InteractivesetY in class XYAxis