========================================== EClass ShapedObject (abstract) ========================================== Defines a object that is represented by a shape. :ePackage: :doc:`displayableObjects <./EPackage_displayableObjects>` :inherited by: :doc:`Vertex <./EClass_Vertex>`, :doc:`Container <./EClass_Container>`, :doc:`StaticVertex <./EClass_StaticVertex>`, :doc:`SubVertex <./EClass_SubVertex>`, :doc:`StaticSubVertex <./EClass_StaticSubVertex>` EAttributes ############# ``EDouble`` sizeY Initial size in y-direction (height) of the object. ``EBoolean`` isResizable Defines whether this object should be resizable by the user. ``EDouble`` sizeX Initial size in x-direction (width) of the object. ``EBoolean`` autoSize Defines whether this object should be automatically sized. Auto-Sizing resizing the object so that all nested elements are fit. EReferences ############# ``Shape`` shape Defines the shape that is used for displaying the object. :containment: True :lowerBound: 0 :upperBound: 1