======================== EClass RoundedRectangle ======================== Provides a definition for rounded rectangles. :ePackage: :doc:`displayStyles <./EPackage_displayStyles>` :inherits from: :doc:`Rectangle <./EClass_displayStyles_Rectangle>` :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 as hex (#FFFFFF) or html color name (e. g. DarkBlue) **radius** (EDouble) Defines the radius of the rounded cornes of the rectangle. **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 as hex (#FFFFFF) or html color name (e. g. DarkBlue) **strokeWidth** (EInt) Defines the border width of the shape in pixels. EReferences ############# This eClass contains no references.