|
||||||||||
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 |
---|
Methods in math.geom2d.line that return Line2D | |
---|---|
Line2D |
Line2D.clone()
|
static Line2D |
Line2D.create(Point2D p1,
Point2D p2)
Deprecated. since 0.11.1 |
Line2D |
Line2D.parallel(double d)
|
Line2D |
Line2D.reverse()
Returns the Line2D object which starts at point2 and ends at
point1 . |
Line2D |
Line2D.subCurve(double t0,
double t1)
Returns 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)
Clips the line object by a box. |
java.util.Collection<? extends Line2D> |
Line2D.continuousCurves()
|
java.util.Collection<? extends Line2D> |
Line2D.smoothPieces()
|
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 |