================================================================ EPackage displayStyles ================================================================ Defines how graph objects are displayed. .. uml:: package displayStyles { abstract class Shape{ EDouble rotation } class Rectangle{ EString bgcolor EDouble sizeY EInt borderWidth EString color EDouble rotation EDouble sizeX } GeometricShape <|-- Rectangle class IsoscelesTriangle{ EString bgcolor EDouble altitude EDouble base EInt borderWidth EString color EDouble rotation } GeometricShape <|-- IsoscelesTriangle class RoundedRectangle{ EDouble radius EString bgcolor EInt borderWidth EString color EDouble sizeY EDouble rotation EDouble sizeX } GeometricShape <|-- RoundedRectangle class ShapeFromResource{ EDouble sizeX EString filepath EDouble sizeY EDouble rotation } Shape <|-- ShapeFromResource class GeometricShape{ EInt borderWidth EString color EString bgcolor EDouble rotation } Shape <|-- GeometricShape } :ePackage: :doc:`editor <./EPackage_editor>` :nsURI: http://www.xgee.de/editor/displayStyles :nsPrefix: xgeeDisplayStyles EClasses ############ .. toctree:: :maxdepth: 1 ./EClass_Shape.rst ./EClass_Rectangle.rst ./EClass_IsoscelesTriangle.rst ./EClass_RoundedRectangle.rst ./EClass_ShapeFromResource.rst ./EClass_GeometricShape.rst EDataTypes ############# This package does not specfiy any EDataTypes. EENums ############# This package does not specfiy any EENums. EPackages ############# This package contains no EPackages.