java2dx by
jTEM

de.jtem.java2dx
Class Line2DDouble

java.lang.Object
  extended by java.awt.geom.Line2D
      extended by java.awt.geom.Line2D.Double
          extended by de.jtem.java2dx.Line2DDouble
All Implemented Interfaces:
Shape, Serializable, Cloneable

public class Line2DDouble
extends Line2D.Double

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Line2D
Line2D.Double, Line2D.Float
 
Field Summary
 
Fields inherited from class java.awt.geom.Line2D.Double
x1, x2, y1, y2
 
Constructor Summary
Line2DDouble()
           
Line2DDouble(double x1, double y1, double x2, double y2)
           
Line2DDouble(Line2D.Double l)
           
Line2DDouble(Line2DDouble p)
           
Line2DDouble(Point2D.Double p1, Point2D.Double p2)
           
 
Method Summary
 boolean equals(Object o)
           
 Point2DDouble getP1()
           
 Point2DDouble getP2()
           
 int hashCode()
           
 void setX1(double x1)
           
 void setX2(double x2)
           
 void setY1(double y1)
           
 void setY2(double y2)
           
 String toString()
           
 
Methods inherited from class java.awt.geom.Line2D.Double
getBounds2D, getX1, getX2, getY1, getY2, setLine
 
Methods inherited from class java.awt.geom.Line2D
clone, contains, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects, intersectsLine, intersectsLine, linesIntersect, ptLineDist, ptLineDist, ptLineDist, ptLineDistSq, ptLineDistSq, ptLineDistSq, ptSegDist, ptSegDist, ptSegDist, ptSegDistSq, ptSegDistSq, ptSegDistSq, relativeCCW, relativeCCW, relativeCCW, setLine, setLine
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Line2DDouble

public Line2DDouble()

Line2DDouble

public Line2DDouble(double x1,
                    double y1,
                    double x2,
                    double y2)

Line2DDouble

public Line2DDouble(Line2D.Double l)

Line2DDouble

public Line2DDouble(Line2DDouble p)

Line2DDouble

public Line2DDouble(Point2D.Double p1,
                    Point2D.Double p2)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getP1

public Point2DDouble getP1()
Overrides:
getP1 in class Line2D.Double

getP2

public Point2DDouble getP2()
Overrides:
getP2 in class Line2D.Double

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setX1

public void setX1(double x1)

setX2

public void setX2(double x2)

setY1

public void setY1(double y1)

setY2

public void setY2(double y2)

toString

public String toString()
Overrides:
toString in class Object

java2dx by
jTEM

jTEM