org.eclipse.graphiti.mm.pictograms
Interface BoxRelativeAnchor

All Superinterfaces:
Anchor, GraphicsAlgorithmContainer, PictogramElement, PropertyContainer
All Known Implementing Classes:
BoxRelativeAnchorImpl

public interface BoxRelativeAnchor
extends Anchor

A representation of the model object 'Box Relative Anchor'.

The following features are supported:

See Also:
PictogramsPackage.getBoxRelativeAnchor()

Method Summary
 double getRelativeHeight()
          Returns the value of the 'Relative Height' attribute.
 double getRelativeWidth()
          Returns the value of the 'Relative Width' attribute.
 void setRelativeHeight(double value)
          Sets the value of the 'Relative Height' attribute.
 void setRelativeWidth(double value)
          Sets the value of the 'Relative Width' 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

getRelativeWidth

double getRelativeWidth()
Returns the value of the 'Relative Width' attribute.

If the meaning of the 'Relative Width' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Relative Width' attribute.
See Also:
setRelativeWidth(double), PictogramsPackage.getBoxRelativeAnchor_RelativeWidth()

setRelativeWidth

void setRelativeWidth(double value)
Sets the value of the 'Relative Width' attribute.

Parameters:
value - the new value of the 'Relative Width' attribute.
See Also:
getRelativeWidth()

getRelativeHeight

double getRelativeHeight()
Returns the value of the 'Relative Height' attribute.

If the meaning of the 'Relative Height' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Relative Height' attribute.
See Also:
setRelativeHeight(double), PictogramsPackage.getBoxRelativeAnchor_RelativeHeight()

setRelativeHeight

void setRelativeHeight(double value)
Sets the value of the 'Relative Height' attribute.

Parameters:
value - the new value of the 'Relative Height' attribute.
See Also:
getRelativeHeight()


Copyright (c) SAP AG 2005, 2010.