Uses of Class
de.uni_paderborn.fujaba.fsa.swing.JBendLine

Packages that use JBendLine
de.uni_paderborn.fujaba.fsa.swing   
 

Uses of JBendLine in de.uni_paderborn.fujaba.fsa.swing
 

Subclasses of JBendLine in de.uni_paderborn.fujaba.fsa.swing
 class JArrowedBendLine
          A JBendLine with arrows at the ends.
 class JPolyLine
          Polyline consisting of several small lines Work in progress.
static class JPolyLine.LineSegment
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.fsa.swing that return JBendLine
 JBendLine JBend.getFirstFromLines()
          Get the firstFromLines attribute of the JBend object
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type JBendLine
 boolean JBend.addToOutgoingLines(JBendLine value)
          Access method for an one to n association.
 boolean JBend.removeFromOutgoingLines(JBendLine value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean JBend.addToIncomingLines(JBendLine value)
          Access method for an one to n association.
 boolean JBend.removeFromIncomingLines(JBendLine value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean JBend.removeFromLines(JBendLine value)
          Access Method for lines Attribute
private static double DefaultGrabLayouter.EnumKey.getAngle(JGrab grab, JBendLine line, Direction orientation)
          Get the angle attribute of the EnumKey class
 

Constructors in de.uni_paderborn.fujaba.fsa.swing with parameters of type JBendLine
JBend(java.awt.Point pos, JBendLine incoming, JBendLine outgoing)
          Create a Bend at position pos attached to incoming Line and outgoing Line