com.swfm.mica.shapes
Class MiRectLite

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

public class MiRectLite
extends MiLightweightShape

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

Constructor Summary
MiRectLite()
           
MiRectLite(double xmin, double ymin, double xmax, double ymax)
           
 
Method Summary
 void draw(MiRenderer renderer)
           
 MiBounds getBounds(MiBounds pBounds)
           
 boolean pick(MiBounds area)
           
 void setBounds(double xmin, double ymin, double xmax, double ymax)
           
 
Methods inherited from class com.swfm.mica.shapes.MiLightweightShape
getTag, setTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiRectLite

public MiRectLite()

MiRectLite

public MiRectLite(double xmin,
                  double ymin,
                  double xmax,
                  double ymax)
Method Detail

draw

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

setBounds

public void setBounds(double xmin,
                      double ymin,
                      double xmax,
                      double ymax)

pick

public boolean pick(MiBounds area)
Overrides:
pick in class MiLightweightShape

getBounds

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