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   
 

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
 

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