moebiusViewer.shape
Class MultipleMoebiusTransformer

java.lang.Object
  extended bymoebiusViewer.shape.AbstractShape
      extended bymoebiusViewer.shape.MultipleMoebiusTransformer
All Implemented Interfaces:
java.lang.Cloneable, MoebiusShape, java.io.Serializable

public class MultipleMoebiusTransformer
extends AbstractShape

See Also:
Serialized Form

Field Summary
 
Fields inherited from class moebiusViewer.shape.AbstractShape
EPS, EPSSQR, propertyChangeSupport, toolList
 
Constructor Summary
MultipleMoebiusTransformer()
           
MultipleMoebiusTransformer(Moebius[] transform)
           
 
Method Summary
 void draw(MoebiusGraphics G)
           
 MoebiusShape getShape()
           
 MoebiusTransform[] getTransform()
           
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 void setShape(MoebiusShape newShape)
           
 
Methods inherited from class moebiusViewer.shape.AbstractShape
addPropertyChangeListener, clone, dontFirePropertyChange, equals, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, getTools, isDoFirePropertyChange, isPickable, removePropertyChangeListener, reset, setColor, setDoFirePropertyChange, setFilled, setLabel, setLineWidth, setPickable, setPointOutline, setPointRadius, setShowLabel
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleMoebiusTransformer

public MultipleMoebiusTransformer(Moebius[] transform)

MultipleMoebiusTransformer

public MultipleMoebiusTransformer()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)

getShape

public MoebiusShape getShape()

getTransform

public MoebiusTransform[] getTransform()

setShape

public void setShape(MoebiusShape newShape)

draw

public void draw(MoebiusGraphics G)
Specified by:
draw in interface MoebiusShape
Overrides:
draw in class AbstractShape