com.swfm.mica.shapes
Class MiTextLite

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

public class MiTextLite
extends MiLightweightShape

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

Constructor Summary
MiTextLite()
           
MiTextLite(double x, double y, java.lang.String text)
           
 
Method Summary
 void draw(MiRenderer renderer)
           
 MiBounds getBounds(MiBounds pBounds)
           
 void setCenter(MiPoint pt)
           
 void setText(java.lang.String t)
           
 
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

MiTextLite

public MiTextLite()

MiTextLite

public MiTextLite(double x,
                  double y,
                  java.lang.String text)
Method Detail

draw

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

setText

public void setText(java.lang.String t)

setCenter

public void setCenter(MiPoint pt)

getBounds

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