pogr1_holec
Class circle

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

public class circle
extends GO

The represantation of graphical object 'circle'


Constructor Summary
circle(point p, double _R)
           
 
Method Summary
 double getR()
           
 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

circle

public circle(point p,
              double _R)
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

getR

public double getR()

PaintMe

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