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

Packages that use FSABendLine
de.uni_paderborn.fujaba.fsa Fujaba Swing Adapter 
de.uni_paderborn.fujaba.layout   
de.uni_paderborn.fujaba.layout.classdiag   
 

Uses of FSABendLine in de.uni_paderborn.fujaba.fsa
 

Subclasses of FSABendLine in de.uni_paderborn.fujaba.fsa
 class FSAPolyLine
          Class FSAPolyLine
 

Uses of FSABendLine in de.uni_paderborn.fujaba.layout
 

Methods in de.uni_paderborn.fujaba.layout with parameters of type FSABendLine
protected  FSAObject AbstractLayouter.getFromToFrame(FSABendLine myLine, int what)
          Function returns the frame at the one side of a Frame depending on the what-Parameter
protected  int AbstractLayouter.getPreferredLen(FSABendLine myLine)
          Function returns the preferred length of a given DisLine
 

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

Methods in de.uni_paderborn.fujaba.layout.classdiag that return FSABendLine
protected  FSABendLine ClassdiagramEdge.getCurrentEdge()
           
 

Constructors in de.uni_paderborn.fujaba.layout.classdiag with parameters of type FSABendLine
ClassdiagramRealizationEdge(FSABendLine edge)
          The constructor.
ClassdiagramInheritanceEdge(FSABendLine edge)
          Constructor.
ClassdiagramGeneralizationEdge(FSABendLine edge)
          The constructor.
ClassdiagramEdge(FSABendLine edge)
          Constructor.
ClassdiagramAssociationEdge(FSABendLine edge)
          The constructor.