Uses of Class
org.acm.seguin.uml.line.SegmentedLine

Packages that use SegmentedLine
org.acm.seguin.uml Responsible for drawing the UML class diagrams. 
org.acm.seguin.uml.line Contains the basic components for drawing UML diagrams. 
 

Uses of SegmentedLine in org.acm.seguin.uml
 

Methods in org.acm.seguin.uml that return SegmentedLine
protected  SegmentedLine UMLPackage.find(java.lang.String panel1, java.lang.String panel2)
          Find the type based on a id code
 

Uses of SegmentedLine in org.acm.seguin.uml.line
 

Subclasses of SegmentedLine in org.acm.seguin.uml.line
 class AssociationRelationship
          AssociationRelationship
 class ImplementsRelationship
          ImplementsRelationship
 class InheretenceRelationship
          InheretenceRelationship
 

Methods in org.acm.seguin.uml.line with parameters of type SegmentedLine
 void LinedPanel.add(SegmentedLine value)
          Description of the Method
 void LinedPanel.remove(SegmentedLine value)
          Description of the Method