| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
LineObject2D
Deprecated.
use Line2D instead
|
| Modifier and Type | Method and Description |
|---|---|
Line2D |
LineObject2D.clone()
Deprecated.
|
Line2D |
Line2D.clone()
Deprecated.
|
static Line2D |
Line2D.create(Point2D p1,
Point2D p2)
Deprecated.
Static factory for creating a new Line2D, starting from p1
and finishing at p2.
|
Line2D |
Line2D.getParallel(double d)
Deprecated.
|
Line2D |
Line2D.getReverseCurve()
Deprecated.
Returns the line object which starts at
point2 and ends at
point1. |
Line2D |
Line2D.getSubCurve(double t0,
double t1)
Deprecated.
Return a new Line2D, which is the portion of the line delimited by
parameters t0 and t1.
|
Line2D |
Line2D.transform(AffineTransform2D trans)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CurveSet2D<? extends Line2D> |
Line2D.clip(Box2D box)
Deprecated.
Clip the line object by a box.
|
Collection<? extends Line2D> |
Line2D.getContinuousCurves()
Deprecated.
|
Collection<? extends Line2D> |
Line2D.getSmoothPieces()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Line2D.intersects(Line2D line1,
Line2D line2)
Deprecated.
Checks if two line intersect.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.