com.swfm.mica.shapes
Class MiArcLite

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

public class MiArcLite
extends MiLightweightShape

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

Constructor Summary
MiArcLite()
           
 
Method Summary
 void draw(MiRenderer renderer)
           
 MiBounds getBounds(MiBounds pBounds)
           
 double getEndAngle()
           
 double getRadius()
           
 double getStartAngle()
           
 void setCenter(MiPoint pt)
           
 void setEndAngle(double degrees)
           
 void setRadius(double r)
           
 void setStartAngle(double degrees)
           
 
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

MiArcLite

public MiArcLite()
Method Detail

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