@TestClass(value="org.openscience.cdk.renderer.elements.path.MoveToTest") public class MoveTo extends PathElement
| Modifier and Type | Field and Description |
|---|---|
javax.vecmath.Point2d |
point
The point to move to.
|
type| Constructor and Description |
|---|
MoveTo(javax.vecmath.Point2d point)
Make a move to path element.
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
points()
Get the points in the path.
|
type@TestMethod(value="testConstructor") public MoveTo(javax.vecmath.Point2d point)
point - the point to move to@TestMethod(value="testPoints") public float[] points()
points in class PathElement