public interface BoxRelativeAnchor extends AdvancedAnchor
The following features are supported:
PictogramsPackage.getBoxRelativeAnchor()
Modifier and Type | Method and Description |
---|---|
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. |
isUseAnchorLocationAsConnectionEndpoint, setUseAnchorLocationAsConnectionEndpoint
getIncomingConnections, getOutgoingConnections, getParent, getReferencedGraphicsAlgorithm, setParent, setReferencedGraphicsAlgorithm
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible
getProperties
double getRelativeWidth()
If the meaning of the 'Relative Width' attribute isn't clear, there really should be more of a description here...
setRelativeWidth(double)
,
PictogramsPackage.getBoxRelativeAnchor_RelativeWidth()
void setRelativeWidth(double value)
Relative Width
' attribute.
value
- the new value of the 'Relative Width' attribute.getRelativeWidth()
double getRelativeHeight()
If the meaning of the 'Relative Height' attribute isn't clear, there really should be more of a description here...
setRelativeHeight(double)
,
PictogramsPackage.getBoxRelativeAnchor_RelativeHeight()
void setRelativeHeight(double value)
Relative Height
' attribute.
value
- the new value of the 'Relative Height' attribute.getRelativeHeight()