Uses of Class
org.jupe.editors.classdiagram.graphics.connections.ConnectionFigure

Packages that use ConnectionFigure
org.jupe.editors.classdiagram.graphics.connections Contains the figures for all connections (as opposite to nodes) used in the classdiagram editor. 
 

Uses of ConnectionFigure in org.jupe.editors.classdiagram.graphics.connections
 

Subclasses of ConnectionFigure in org.jupe.editors.classdiagram.graphics.connections
 class CommentConnectionFigure
          A figure used to connect a comment figure with another node figure The connection appears as a dashed line.
 class DependencyFigure
          A figure representing a dependency between two figures.
 class HierarchicFigure
          A figure representing an uml2 interface realization or generalization between two figures.
 class RelationFigure
          A figure representing 3 types of uml2 elements : aggregation, association and composition.