All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sg.Polygon

public interface interface Polygon
The interface Polygon must be implemented by each geometric object.


Method Index

 o paint(Graphics)
Paint the polygon on the graphics device g.

Methods

 o paint
 public abstract void paint(Graphics g)
Paint the polygon on the graphics device g.


All Packages  Class Hierarchy  This Package  Previous  Next  Index