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