moebiusViewer
Class AbstractBounder

java.lang.Object
  extended bymoebiusViewer.MoebiusGraphics
      extended bymoebiusViewer.AbstractBounder
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
MoebiusBounder

public abstract class AbstractBounder
extends MoebiusGraphics

See Also:
Serialized Form

Field Summary
 Rectangle bound
           
 
Fields inherited from class moebiusViewer.MoebiusGraphics
attributes, size, transform
 
Constructor Summary
AbstractBounder()
           
 
Method Summary
 void add(Rectangle aBound)
           
 Rectangle getBound()
           
 Rectangle getBound(MoebiusShape aShape)
           
 void initBounding()
           
 boolean isBounded()
           
 void setBounded(boolean aBool)
           
 
Methods inherited from class moebiusViewer.MoebiusGraphics
arc, arc, circle, circle, clear, clone, getAttributes, getColor, getFilled, getFont, getGraphics, getHorizontalTextLayout, getLineWidth, getPointColor, getPointOutline, getPointRadius, getShapeStack, getSize, getTransform, getTransformStack, getUsePointColor, getVerticalTextLayout, line, line, lineSeg, lineSeg, lineSeg, point, point, point, popShape, popTransform, push, push, setAttributes, setColor, setFilled, setFont, setGraphics, setHorizontalTextLayout, setLineWidth, setPointColor, setPointOutline, setPointRadius, setSize, setTransformStack, setUsePointColor, setVerticalTextLayout, text, text, text
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bound

public Rectangle bound
Constructor Detail

AbstractBounder

public AbstractBounder()
Method Detail

getBound

public Rectangle getBound()

add

public void add(Rectangle aBound)

isBounded

public boolean isBounded()

setBounded

public void setBounded(boolean aBool)

initBounding

public void initBounding()

getBound

public Rectangle getBound(MoebiusShape aShape)