Drawable, Interactive, Measurablepublic class YAxis extends XYAxis
DRAW_AT_LOCATION, DRAW_IN_DISPLAY, DRAW_IN_GUTTER, LINEAR, LOG10, x, y| Constructor | Description |
|---|---|
YAxis() |
Constructor YAxis
|
YAxis(java.lang.String title) |
Constructor YAxis
|
| 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 |
setX(double x) |
|
void |
setXY(double x,
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, setYpublic YAxis()
public YAxis(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 setX(double x)
setX in interface InteractivesetX in class XYAxis