Package org.jupe.editors.classdiagram.graphics

Provides all classes and interfaces for the graphics (here called figures) used in the classdiagram editor.

See:
          Description

Interface Summary
IGraphicsConstants Constants for the graphics, e.g. size of arrows etc.
 

Package org.jupe.editors.classdiagram.graphics Description

Provides all classes and interfaces for the graphics (here called figures) used in the classdiagram editor. According to the layer design of the plugin, this package represents the figure layer. The figures are based on Draw2D and derive all from the class org.eclipse.draw2d.Figure. They don't store any data (that is done in other layers), but simply draw the different parts of the diagram controled by their corresponding editparts (see org.jupe.editors.classdiagram.parts).