Uses of Class
de.uni_paderborn.fujaba.fsa.swing.JPolyLine.LineSegment

Packages that use JPolyLine.LineSegment
de.uni_paderborn.fujaba.fsa.swing   
 

Uses of JPolyLine.LineSegment in de.uni_paderborn.fujaba.fsa.swing
 

Fields in de.uni_paderborn.fujaba.fsa.swing declared as JPolyLine.LineSegment
private  JPolyLine.LineSegment JPolyLine.BendIterator.line
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.fsa.swing that return JPolyLine.LineSegment
 JPolyLine.LineSegment JPolyLine.getFromLines(int pos)
          please do not change lines directly.
 JPolyLine.LineSegment JPolyLine.getLineAt(double d)
           
 JPolyLine.LineSegment JPolyLine.getClosestLine(java.awt.Point p)
          Get the closestLine attribute of the JPolyLine object
 JPolyLine.LineSegment JPolyLine.getClosestLine(int x, int y)
          Get the closestLine attribute of the JPolyLine object
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type JPolyLine.LineSegment
 int JPolyLine.getIndexFromLines(JPolyLine.LineSegment line)
          please do not change lines directly.
(package private)  boolean JPolyLine.insertInLines(int pos, JPolyLine.LineSegment value)
          please do not change lines directly.
 boolean JPolyLine.hasInLines(JPolyLine.LineSegment value)
          please do not change lines directly.
 java.util.ListIterator JPolyLine.iteratorOfLines(JPolyLine.LineSegment line)
          No comment provided by developer, please add a comment to improve documentation.
(package private)  boolean JPolyLine.removeFromLines(JPolyLine.LineSegment value)
          please do not change lines directly.