public interface GraphNode extends GraphElement
The following features are supported:
UMLPackage.getGraphNode()
Modifier and Type | Method and Description |
---|---|
Dimension |
getSize()
Returns the value of the 'Size' containment reference
|
void |
setSize(Dimension value)
Sets the value of the '
Size ' containment reference |
void |
setSize(double width,
double height)
Creates a new
Dimension for the current
Graph Node . |
createContained, createContainedConnector, createContainedEdge, createContainedGraphElement, createContainedNode, createContainedTextElement, createSimpleContainedNode, getAllContainedEdges, getAllContainedEdges, getAllContainedEdges, getAllContainedNodes, getAllContainedNodes, getAllContainedNodes, getAllContainedNodes, getAnchorage, getContained, getContainedEdges, getContainedEdges, getContainedEdges, getContainedNodes, getContainedNodes, getContainedNodes, getContainedNodes, getLink, getPosition, getSemanticElement, getSemanticModel, getSemanticTypeInfo, setPosition, setPosition, setSemanticElement, setSemanticModel, setSemanticTypeInfo
getContainer, getDiagram, getProperty, getProperty, getProperty, getProperty, getReference, isSetIsVisible, isVisible, removeProperty, setContainer, setIsVisible, setProperty, setProperty, unsetIsVisible
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
Dimension getSize()
setSize(Dimension)
,
UMLPackage.getGraphNode_Size()
void setSize(Dimension value)
Size
' containment reference.
value
- the new value of the 'Size' containment reference.getSize()
void setSize(double width, double height)
width
- the width of the Dimensionheight
- the height of the DimensionsetSize(Dimension)
,
Dimension.setWidth(double)
,
Dimension.setHeight(double)