public class XAxis 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 |
setXY(double x,
double y) |
void |
setY(double y) |
calculateLabels, drawMultiplier, getX, getXMax, getXMin, getY, getYMax, getYMin, isEnabled, isMeasured, log10, setAxisType, setEnabled, setLabelFormat, setLabelFormat, setLocation, setLocationType, setShowMajorGrid, setTitle, setTitle, setTitleFont, setXpublic 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