Drawable, DrawableAxesCartesianInteractive, CartesianType1, CartesianType2, CartesianType3, DataToolTab.DataToolAxespublic interface CartesianAxes extends DrawableAxes
| Modifier and Type | Method | Description |
|---|---|---|
double |
getX() |
Gets the drawing location.
|
double |
getY() |
Gets the drawing location.
|
boolean |
isXLog() |
Determines if the x axis is logarithmic.
|
boolean |
isYLog() |
Deteermines if the y axis is logarithmic.
|
void |
setX(double x) |
Sets the drawing location.
|
void |
setXLog(boolean isLog) |
Sets the x axis to linear or logarithmic.
|
void |
setY(double y) |
Sets the drawing location.
|
void |
setYLog(boolean isLog) |
Sets the y axis to linear or logarithmic.
|
getInteriorBackground, getTitle, getXLabel, getYLabel, resizeFonts, setInteriorBackground, setShowMajorXGrid, setShowMajorYGrid, setShowMinorXGrid, setShowMinorYGrid, setTitle, setVisible, setXLabel, setYLabelvoid setX(double x)
x - void setY(double y)
y - double getX()
double getY()
boolean isXLog()
boolean isYLog()
void setXLog(boolean isLog)
isLog - true for log scale; false otherwisevoid setYLog(boolean isLog)
isLog - true for log scale; false otherwise