com.swfm.mica.shapes
Class MiPolygonLite

java.lang.Object
  extended bycom.swfm.mica.shapes.MiLightweightShape
      extended bycom.swfm.mica.shapes.MiPolygonLite

public class MiPolygonLite
extends MiLightweightShape

Version:
%I% %G%
Author:
Michael L. Davis

Constructor Summary
MiPolygonLite()
           
 
Method Summary
 void draw(MiRenderer renderer)
           
 MiBounds getBounds(MiBounds pBounds)
           
 void setPoints(MiPoint[] pts, int numPts)
           
 
Methods inherited from class com.swfm.mica.shapes.MiLightweightShape
getTag, pick, setTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiPolygonLite

public MiPolygonLite()
Method Detail

draw

public void draw(MiRenderer renderer)
Overrides:
draw in class MiLightweightShape

setPoints

public void setPoints(MiPoint[] pts,
                      int numPts)

getBounds

public MiBounds getBounds(MiBounds pBounds)
Overrides:
getBounds in class MiLightweightShape