Package org.jupe.editors.classdiagram.graphics.connections

Contains the figures for all connections (as opposite to nodes) used in the classdiagram editor.

See:
          Description

Interface Summary
IConnectionFigure Interface to define connection figures (figures that represent connections between node figures).
 

Class Summary
AbstractConnectionFigure A figure representing a connection between two node figures of a class diagram.
CommentConnectionFigure A figure used to connect a comment figure with another node figure The connection appears as a dashed line.
DependencyFigure A figure representing a dependency between two figures.
DependencyFigureTest  
HierarchicFigure A figure representing an uml2 interface realization or generalization between two figures.
HierarchicFigureTest  
RelationFigure A figure representing 3 types of uml2 elements : aggregation, association and composition.
 

Package org.jupe.editors.classdiagram.graphics.connections Description

Contains the figures for all connections (as opposite to nodes) used in the classdiagram editor. All classes derive from the class org.eclipse.draw2d.PolylineConnection.