org.eclipse.graphiti.mm.pictograms
Interface AdvancedAnchor

All Superinterfaces:
Anchor, GraphicsAlgorithmContainer, PictogramElement, PropertyContainer
All Known Subinterfaces:
BoxRelativeAnchor, FixPointAnchor
All Known Implementing Classes:
AdvancedAnchorImpl, BoxRelativeAnchorImpl, FixPointAnchorImpl

public interface AdvancedAnchor
extends Anchor

A representation of the model object ' Advanced Anchor'.

Since:
0.9

The following features are supported:

See Also:
PictogramsPackage.getAdvancedAnchor()

Method Summary
 boolean isUseAnchorLocationAsConnectionEndpoint()
          Returns the value of the 'Use Anchor Location As Connection Endpoint' attribute.
 void setUseAnchorLocationAsConnectionEndpoint(boolean value)
          Sets the value of the 'Use Anchor Location As Connection Endpoint' attribute.
 
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.Anchor
getIncomingConnections, getOutgoingConnections, getParent, getReferencedGraphicsAlgorithm, setParent, setReferencedGraphicsAlgorithm
 
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

isUseAnchorLocationAsConnectionEndpoint

boolean isUseAnchorLocationAsConnectionEndpoint()
Returns the value of the 'Use Anchor Location As Connection Endpoint' attribute. The default value is "false".

If the meaning of the 'Use Anchor Location As Connection Endpoint' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Use Anchor Location As Connection Endpoint' attribute.
See Also:
setUseAnchorLocationAsConnectionEndpoint(boolean), PictogramsPackage.getAdvancedAnchor_UseAnchorLocationAsConnectionEndpoint()

setUseAnchorLocationAsConnectionEndpoint

void setUseAnchorLocationAsConnectionEndpoint(boolean value)
Sets the value of the 'Use Anchor Location As Connection Endpoint' attribute.

Parameters:
value - the new value of the 'Use Anchor Location As Connection Endpoint' attribute.
See Also:
isUseAnchorLocationAsConnectionEndpoint()


Copyright (c) SAP AG 2005, 2012.