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

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

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

Subclasses of JLine in de.uni_paderborn.fujaba.fsa.swing
 class JArrowedBendLine
          A JBendLine with arrows at the ends.
 class JBendLine
          A JLine that can have a JBend at each end.
 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 with parameters of type JLine
abstract  java.awt.Rectangle LineUI.getPreferredLineBounds(JLine c)
          Returns the preferred bounds of the given JLine, based on its start and end points.
abstract  void LineUI.paintLine(java.awt.Graphics g, JLine c)
          Interface for drawing the line of the JLine.
 boolean JBend.hasInOutgoingLines(JLine value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean JBend.hasInIncomingLines(JLine value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean JBend.hasInLines(JLine value)
          Access Method for lines Attribute
 void DoubleLineUI.paintLine(java.awt.Graphics g, JLine line)
          Paints the two parrallel lines for the given JLine.
 java.awt.Rectangle DoubleLineUI.getPreferredLineBounds(JLine line)
          Returns the preferred bounds of the given JComponent, using the start and end points of the JComponent.
 void DottedLineUI.paintLine(java.awt.Graphics g, JLine line)
          Paints the two parrallel lines for the given JLine.
 java.awt.Rectangle DefaultLineUI.getPreferredLineBounds(JLine line)
          Returns the preferred bounds of the given JComponent, using the start and end points of the JComponent.
 void DefaultLineUI.paintLine(java.awt.Graphics g, JLine line)
          Draws the line for the given JLine.
 void DashedLineUI.paintLine(java.awt.Graphics g, JLine line)
          Paints the two parrallel lines for the given JLine.
 

Constructors in de.uni_paderborn.fujaba.fsa.swing with parameters of type JLine
LineDecoratorConstraints(JLine target, double pos, double gap, byte decAlign, byte targetAlign)
          Constructor for class LineDecoratorConstraints
LineDecoratorConstraints(JLine target, double pos, double gap)
          Constructor for class LineDecoratorConstraints