|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CartesianAxes
CartesianAxes defines common Cartesian coordinate methods.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.opensourcephysics.display.axes.DrawableAxes |
|---|
getInteriorBackground, getTitle, getXLabel, getYLabel, resizeFonts, setInteriorBackground, setShowMajorXGrid, setShowMajorYGrid, setShowMinorXGrid, setShowMinorYGrid, setTitle, setVisible, setXLabel, setYLabel |
| Methods inherited from interface org.opensourcephysics.display.Drawable |
|---|
draw |
| Method Detail |
|---|
void 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||