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, setYpublic 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 setX(double x)
setX in interface InteractivesetX in class XYAxis