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