EClass Container
Defines a container. Containers are nested elements of edges. A container can contain sub-vertices.
- ePackage:
- inherits from:
- contained by:
Edge, Editor (via DisplayableObject)
EAttributes
- autoSize (EBoolean)
Defines whether this object should be automatically sized. Auto-Sizing resizing the object so that all nested elements are fit.
- documentation (EString)
Text documentation for the displayable object.
- id (EString)
Defines a unique id to identify the displayable object.
- isMovable (EBoolean)
Defines whether the object is movable by the user.
- isResizable (EBoolean)
Defines whether this object should be resizable by the user.
- name (EString)
Defines the name of the displayable object
- offsetX (EDouble)
Defines a offset in x-direction that is added to the calculated position.
- offsetY (EDouble)
Defines a offset in y-direction that is added to the calculated position.
- sizeX (EDouble)
Initial size in x-direction (width) of the object.
- sizeY (EDouble)
Initial size in y-direction (height) of the object.
EReferences
- shape (Shape) (lowerBound=0, upperBound=1) (containment)
Defines the shape that is used for displaying the object.
- subVertices (SubVertexA) (lowerBound=0, upperBound=-1) (containment)
Defines the sub-vertices displayed for this container.