com.swfm.mica.renderers
Class MiBoundsRenderer

java.lang.Object
  extended bycom.swfm.mica.renderers.MiBoundsRenderer
All Implemented Interfaces:
MiiPartRenderer

public class MiBoundsRenderer
extends java.lang.Object
implements MiiPartRenderer

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

Constructor Summary
MiBoundsRenderer()
           
MiBoundsRenderer(boolean doNotRenderTargetParts)
           
MiBoundsRenderer(boolean doNotRenderTargetParts, java.awt.Color geomBoundsColor, java.awt.Color drawBoundsColor)
           
MiBoundsRenderer(boolean doNotRenderTargetParts, MiAttributes geomBoundsAttributes, MiAttributes drawBoundsAttributes)
           
 
Method Summary
 boolean getBounds(MiPart obj, MiBounds b)
           
 boolean render(MiPart obj, MiRenderer renderer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiBoundsRenderer

public MiBoundsRenderer()

MiBoundsRenderer

public MiBoundsRenderer(boolean doNotRenderTargetParts)

MiBoundsRenderer

public MiBoundsRenderer(boolean doNotRenderTargetParts,
                        java.awt.Color geomBoundsColor,
                        java.awt.Color drawBoundsColor)

MiBoundsRenderer

public MiBoundsRenderer(boolean doNotRenderTargetParts,
                        MiAttributes geomBoundsAttributes,
                        MiAttributes drawBoundsAttributes)
Method Detail

render

public boolean render(MiPart obj,
                      MiRenderer renderer)
Specified by:
render in interface MiiPartRenderer

getBounds

public boolean getBounds(MiPart obj,
                         MiBounds b)
Specified by:
getBounds in interface MiiPartRenderer