Uses of Class
de.uni_paderborn.fujaba.fsa.FSAPolyLine

Packages that use FSAPolyLine
de.uni_paderborn.fujaba.fsa.actions   
de.uni_paderborn.fujaba.layout.classdiag   
de.uni_paderborn.fujaba.uml.unparse   
 

Uses of FSAPolyLine in de.uni_paderborn.fujaba.fsa.actions
 

Methods in de.uni_paderborn.fujaba.fsa.actions with parameters of type FSAPolyLine
static FSABend AddBendAction.newBend(FSAPolyLine selectedLine, java.awt.Point point)
          Creates a new FSABend that is attached to selectedLine.
 

Uses of FSAPolyLine in de.uni_paderborn.fujaba.layout.classdiag
 

Fields in de.uni_paderborn.fujaba.layout.classdiag declared as FSAPolyLine
private  FSAPolyLine ClassdiagramEdge.underlyingFig
          the underlying fig of the edge we want to layout
 

Methods in de.uni_paderborn.fujaba.layout.classdiag that return FSAPolyLine
protected  FSAPolyLine ClassdiagramEdge.getUnderlyingFig()
           
 

Uses of FSAPolyLine in de.uni_paderborn.fujaba.uml.unparse
 

Fields in de.uni_paderborn.fujaba.uml.unparse declared as FSAPolyLine
private  FSAPolyLine UMGeneralization.UMGeneralizationPropertyChangeListener.genLine
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.uml.unparse with parameters of type FSAPolyLine
UMGeneralization.UMGeneralizationPropertyChangeListener(UMLGeneralization gen, FSAPolyLine genLine)
          Constructor for class UMGeneralizationPropertyChangeListener