fcmodeler.view.figures
Interface ConnectorEndExt

All Superinterfaces:
java.lang.Cloneable, diva.canvas.connector.ConnectorEnd
All Known Implementing Classes:
BlobCircleHeadExt, BlobDiamondHeadExt, FilledRectangleHead, ArrowheadExt

public interface ConnectorEndExt
extends diva.canvas.connector.ConnectorEnd, java.lang.Cloneable


Method Summary
 java.lang.Object clone()
          Creates and returns a copy of this ConnectorEnd.
 
Methods inherited from interface diva.canvas.connector.ConnectorEnd
getBounds, getConnection, getOrigin, paint, setNormal, setOrigin, translate
 

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Creates and returns a copy of this ConnectorEnd. The returned Object should be a concrete implementation type of ConnectorEnd and also have copies of any mutable fields of this object.
Overrides:
clone in class java.lang.Object
Returns:
a clone of this ConnectorEnd.
Throws:
java.lang.CloneNotSupportedException - should never be thrown.