|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.maplesoft.client.MaplePlotPoint
| Field Summary | |
double |
x
|
double |
y
|
double |
z
|
| Constructor Summary | |
MaplePlotPoint()
|
|
MaplePlotPoint(double x,
double y,
double z)
|
|
MaplePlotPoint(int x,
int y,
int z)
|
|
| Method Summary | |
int |
getX()
|
int |
getY()
|
int |
getZ()
|
void |
setPoint(double x,
double y,
double z)
|
void |
setPoint(int x,
int y,
int z)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public double x
public double y
public double z
| Constructor Detail |
public MaplePlotPoint()
public MaplePlotPoint(int x,
int y,
int z)
public MaplePlotPoint(double x,
double y,
double z)
| Method Detail |
public void setPoint(int x,
int y,
int z)
public void setPoint(double x,
double y,
double z)
public int getX()
public int getY()
public int getZ()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||