com.swfm.mica.shapes
Class MiArcLite
java.lang.Object
com.swfm.mica.shapes.MiLightweightShape
com.swfm.mica.shapes.MiArcLite
- public class MiArcLite
- 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 |
MiArcLite
public MiArcLite()
setCenter
public void setCenter(MiPoint pt)
setRadius
public void setRadius(double r)
getRadius
public double getRadius()
setStartAngle
public void setStartAngle(double degrees)
getStartAngle
public double getStartAngle()
setEndAngle
public void setEndAngle(double degrees)
getEndAngle
public double getEndAngle()
draw
public void draw(MiRenderer renderer)
- Overrides:
draw in class MiLightweightShape
getBounds
public MiBounds getBounds(MiBounds pBounds)
- Overrides:
getBounds in class MiLightweightShape