Uses of Interface
org.jupe.editors.classdiagram.graphics.connections.IConnectionFigure

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

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

Classes in org.jupe.editors.classdiagram.graphics.connections that implement IConnectionFigure
 class AbstractConnectionFigure
          A figure representing a connection between two node figures of a class diagram.
 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.