Uses of Class
math.geom2d.line.LineObject2D

Packages that use LineObject2D
math.geom2d.line Straight curves : straight lines, line segments, rays, and polylines. 
 

Uses of LineObject2D in math.geom2d.line
 

Methods in math.geom2d.line that return LineObject2D
 LineObject2D LineObject2D.getReverseCurve()
          return the line object which starts at point2 and ends at point1.
 LineObject2D LineObject2D.transform(AffineTransform2D trans)
           
 

Methods in math.geom2d.line with parameters of type LineObject2D
 boolean LineObject2D.equals(LineObject2D edge)
          Two LineObject2D are equals if the share the two same points, in the same order.