com.swfm.mica.shapes
Class MiRectLite
java.lang.Object
com.swfm.mica.shapes.MiLightweightShape
com.swfm.mica.shapes.MiRectLite
- public class MiRectLite
- extends MiLightweightShape
- Version:
- %I% %G%
- Author:
- Michael L. Davis
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MiRectLite
public MiRectLite()
MiRectLite
public MiRectLite(double xmin,
double ymin,
double xmax,
double ymax)
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