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   
de.uni_paderborn.fujaba.uml.unparse   
 

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
 

Fields in de.uni_paderborn.fujaba.layout.classdiag declared as FSABendLine
private  FSABendLine ClassdiagramEdge.currentEdge
          No comment provided by developer, please add a comment to improve documentation.
 

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.
 

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

Methods in de.uni_paderborn.fujaba.uml.unparse with parameters of type FSABendLine
private  JGrab UMLink.createGrab(UMLLink link, FSABendLine line, javax.swing.JComponent grabParent, java.lang.String role, UMLObject target)
          No comment provided by developer, please add a comment to improve documentation.