Package org.acm.seguin.uml.line

Contains the basic components for drawing UML diagrams.

See:
          Description

Class Summary
AssociationRelationship AssociationRelationship
DragPanelAdapter This adapter handles dragging panels around on another panel.
EndPointPanel A panel that can be an end point of a segmented line
ImplementsRelationship ImplementsRelationship
InheretenceRelationship InheretenceRelationship
LabelSizeComputation Class responsible for computing the size of a label
LinedPanel A panel that contains segmented lineList
LineMouseAdapter MouseAdapter
ScalablePanel Panel that can be scaled and shifted
SegmentedLine SegmentedLine.
SizableLabel Creates a label that can be resized by setting it's scaling factor.
Vertex Vertex
 

Package org.acm.seguin.uml.line Description

Contains the basic components for drawing UML diagrams. These are the lines that connect classes, the labels for methods and fields, and the panels that hold the classes themselves. Software is provided to zoom in and out on the class diagrams.