java.lang.Objectjava.awt.geom.Line2D
java.awt.geom.Line2D$Double
All Implemented Interfaces:
Serializable, Shape, Cloneable
1.2 - | Field Summary | ||
|---|---|---|
| public double | x1 | The X coordinate of the start point of the line segment.
|
| public double | y1 | The Y coordinate of the start point of the line segment.
|
| public double | x2 | The X coordinate of the end point of the line segment.
|
| public double | y2 | The Y coordinate of the end point of the line segment.
|
| Constructor: |
|---|
|
Line2D from the
specified Point2D objects.
|
Line2D from the
specified coordinates.
|
| Method from java.awt.geom.Line2D$Double Summary: |
|---|
| getBounds2D, getP1, getP2, getX1, getX2, getY1, getY2, setLine |
| Methods from java.awt.geom.Line2D: |
|---|
| clone, contains, contains, contains, contains, getBounds, getP1, getP2, getPathIterator, getPathIterator, getX1, getX2, getY1, getY2, intersects, intersects, intersectsLine, intersectsLine, linesIntersect, ptLineDist, ptLineDist, ptLineDist, ptLineDistSq, ptLineDistSq, ptLineDistSq, ptSegDist, ptSegDist, ptSegDist, ptSegDistSq, ptSegDistSq, ptSegDistSq, relativeCCW, relativeCCW, relativeCCW, setLine, setLine, setLine |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.awt.geom.Line2D$Double Detail: |
|---|
|
|
|
|
|
|
|
|