com.maplesoft.client
Class MaplePlotPoint

java.lang.Object
  |
  +--com.maplesoft.client.MaplePlotPoint

public class MaplePlotPoint
extends java.lang.Object


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

x

public double x

y

public double y

z

public double z
Constructor Detail

MaplePlotPoint

public MaplePlotPoint()

MaplePlotPoint

public MaplePlotPoint(int x,
                      int y,
                      int z)

MaplePlotPoint

public MaplePlotPoint(double x,
                      double y,
                      double z)
Method Detail

setPoint

public void setPoint(int x,
                     int y,
                     int z)

setPoint

public void setPoint(double x,
                     double y,
                     double z)

getX

public int getX()

getY

public int getY()

getZ

public int getZ()