org.eclipse.graphiti.mm.pictograms
Interface FreeFormConnection

All Superinterfaces:
AnchorContainer, Connection, GraphicsAlgorithmContainer, PictogramElement, PropertyContainer
All Known Implementing Classes:
FreeFormConnectionImpl

public interface FreeFormConnection
extends Connection

A representation of the model object 'Free Form Connection'.

The following features are supported:

See Also:
PictogramsPackage.getFreeFormConnection()

Method Summary
  getBendpoints()
          Returns the value of the 'Bendpoints' containment reference list.
 
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.Connection
getConnectionDecorators, getEnd, getParent, getStart, setEnd, setParent, setStart
 
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.AnchorContainer
getAnchors
 
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.PictogramElement
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible
 
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer
getProperties
 

Method Detail

getBendpoints

 getBendpoints()
Returns the value of the 'Bendpoints' containment reference list. The list contents are of type Point.

If the meaning of the 'Bendpoints' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Bendpoints' containment reference list.
See Also:
PictogramsPackage.getFreeFormConnection_Bendpoints()


Copyright (c) SAP AG 2005, 2010.