pogr1_holec
Class point

java.lang.Object
  extended by pogr1_holec.GO
      extended by pogr1_holec.point

public class point
extends GO

The represantation of graphical object 'point'


Constructor Summary
point(double _x, double _y, double _z)
           
 
Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 void PaintMe(java.awt.Graphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

point

public point(double _x,
             double _y,
             double _z)
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

PaintMe

public void PaintMe(java.awt.Graphics g)
Specified by:
PaintMe in class GO