================================ EClass GeometricShape (abstract) ================================ :ePackage: :doc:`displayStyles <./EPackage_displayStyles>` :inherits from: :doc:`Shape <./EClass_displayStyles_Shape>` :inherited by: :doc:`Rectangle <./EClass_displayStyles_Rectangle>`, :doc:`IsoscelesTriangle <./EClass_displayStyles_IsoscelesTriangle>`, :doc:`RoundedRectangle <./EClass_displayStyles_RoundedRectangle>` :referenced by: :doc:`DragAndDrop <./EClass_tools_DragAndDrop>` (via :doc:`Shape <./EClass_displayStyles_Shape>`) :contained by: :doc:`Container <./EClass_displayableObjects_Container>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`ShapedObject <./EClass_displayableObjects_ShapedObject>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`StaticSubVertex <./EClass_displayableObjects_StaticSubVertex>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`StaticVertex <./EClass_displayableObjects_StaticVertex>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`SubVertex <./EClass_displayableObjects_SubVertex>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`Vertex <./EClass_displayableObjects_Vertex>` (via :doc:`Shape <./EClass_displayStyles_Shape>`) EAttributes ############# **fillColor** (EString) Defines the fill color of the shape. Hex colors with `#`: `#RGB`, `#RGBA`, `#RRGGBB`, `#RRGGBBAA` or html color name (e. g. DarkBlue) Use the alpha channel for transparency. **rotation** (EDouble) Defines the rotation of the shape in the polar coordinate system in degrees. Triangles by default point to the right (0 degrees). **strokeColor** (EString) Defines the stroke color of the shape. Hex colors with `#`: `#RGB`, `#RGBA`, `#RRGGBB`, `#RRGGBBAA` or html color name (e. g. DarkBlue) Use the alpha channel for transparency. **strokeWidth** (EInt) Defines the border width of the shape in pixels. EReferences ############# This eClass contains no references.