|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Line2D | |
|---|---|
| math.geom2d.line |
Implementations of 'linear shapes', i.e. curves which can be embedded into a
straight lines, like straight lines,
line segments, or rays. |
| Uses of Line2D in math.geom2d.line |
|---|
| Subclasses of Line2D in math.geom2d.line | |
|---|---|
class |
LineObject2D
Deprecated. use Line2D instead |
| Methods in math.geom2d.line that return Line2D | |
|---|---|
Line2D |
LineObject2D.clone()
Deprecated. |
Line2D |
Line2D.clone()
|
static Line2D |
Line2D.create(Point2D p1,
Point2D p2)
Static factory for creating a new Line2D, starting from p1 and finishing at p2. |
Line2D |
Line2D.getParallel(double d)
|
Line2D |
Line2D.getReverseCurve()
Returns the line object which starts at point2 and ends at
point1. |
Line2D |
Line2D.getSubCurve(double t0,
double t1)
Return a new Line2D, which is the portion of the line delimited by parameters t0 and t1. |
Line2D |
Line2D.transform(AffineTransform2D trans)
|
| Methods in math.geom2d.line that return types with arguments of type Line2D | |
|---|---|
CurveSet2D<? extends Line2D> |
Line2D.clip(Box2D box)
Clip the line object by a box. |
Collection<? extends Line2D> |
Line2D.getContinuousCurves()
|
Collection<? extends Line2D> |
Line2D.getSmoothPieces()
|
| Methods in math.geom2d.line with parameters of type Line2D | |
|---|---|
static boolean |
Line2D.intersects(Line2D line1,
Line2D line2)
Checks if two line intersect. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||