moebiusViewer.shape
Class MoebiusTransformer
java.lang.Object
moebiusViewer.shape.AbstractShape
moebiusViewer.shape.MoebiusTransformer
- All Implemented Interfaces:
- java.lang.Cloneable, MoebiusShape, java.io.Serializable
- public class MoebiusTransformer
- extends AbstractShape
- See Also:
- Serialized Form
| Methods inherited from class moebiusViewer.shape.AbstractShape |
addPropertyChangeListener, clone, dontFirePropertyChange, equals, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, 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 |
MoebiusTransformer
public MoebiusTransformer(Moebius transform)
MoebiusTransformer
public MoebiusTransformer()
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent e)
getShape
public MoebiusShape getShape()
getTransform
public MoebiusTransform getTransform()
setTransform
public void setTransform(Moebius transform)
setShape
public void setShape(MoebiusShape newShape)
draw
public void draw(MoebiusGraphics G)
- Specified by:
draw in interface MoebiusShape- Overrides:
draw in class AbstractShape
getTools
public java.util.Vector getTools()
- Specified by:
getTools in interface MoebiusShape- Overrides:
getTools in class AbstractShape