pogr1_holec
Class GO

java.lang.Object
  extended by pogr1_holec.GO
Direct Known Subclasses:
circle, line, point, polygon, triangle

public abstract class GO
extends java.lang.Object

The abstract class for general properties of graphical objects.


Constructor Summary
GO()
           
 
Method Summary
abstract  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

GO

public GO()
Method Detail

PaintMe

public abstract void PaintMe(java.awt.Graphics g)