Package kaapo.types.diagramcomponents

Contains implementations for concrete element and connection types.

See:
          Description

Class Summary
Association Basic association connection for usecase diagrams.
AssociationGraphics  
DataBase  
DataBaseGraphics  
Dependency  
DependencyGraphics  
Generalization  
GeneralizationGraphics  
Text Generic text element that may be added to any diagram.
TextGraphics  
 

Package kaapo.types.diagramcomponents Description

Contains implementations for concrete element and connection types. For each type, there is a data structure class and a graphics class.

See the User Manual for implementing new types.