public class YAxis extends XYAxis
DRAW_AT_LOCATION, DRAW_IN_DISPLAY, DRAW_IN_GUTTER, LINEAR, LOG10, x, y
Modifier and Type | Method and 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 |
setX(double x) |
void |
setXY(double x,
double y) |
calculateLabels, drawMultiplier, getX, getXMax, getXMin, getY, getYMax, getYMin, isEnabled, isMeasured, log10, setAxisType, setEnabled, setLabelFormat, setLabelFormat, setLocation, setLocationType, setShowMajorGrid, setTitle, setTitle, setTitleFont, setY
public void draw(DrawingPanel drawingPanel, java.awt.Graphics g)
public Interactive findInteractive(DrawingPanel panel, int xpix, int ypix)
findInteractive
in interface Interactive
findInteractive
in class XYAxis
public void setXY(double x, double y)
setXY
in interface Interactive
setXY
in class XYAxis
public void setX(double x)
setX
in interface Interactive
setX
in class XYAxis