EPackage displayStyles

Defines how graph objects are displayed.

 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:

editor

nsURI:

http://www.xgee.de/editor/displayStyles

nsPrefix:

xgeeDisplayStyles

EClasses

EDataTypes

This package does not specfiy any EDataTypes.

EENums

This package does not specfiy any EENums.

EPackages

This package contains no EPackages.