com.swfm.mica.shapes
Class MiCircleLite
java.lang.Object
com.swfm.mica.shapes.MiLightweightShape
com.swfm.mica.shapes.MiCircleLite
- public class MiCircleLite
- 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 |
MiCircleLite
public MiCircleLite()
MiCircleLite
public MiCircleLite(double xmin,
double ymin,
double xmax,
double ymax)
draw
public void draw(MiRenderer renderer)
- Overrides:
draw in class MiLightweightShape
setCenter
public void setCenter(MiPoint pt)
setRadius
public void setRadius(double r)
getBounds
public MiBounds getBounds(MiBounds pBounds)
- Overrides:
getBounds in class MiLightweightShape