java.lang.Object
d3delaunayforprocessing.Polygon
public class Polygon
extends java.lang.Object
d3-delaunay-for-processing
To port the d3-delaunay library to Java using the delaunator-java library by
waveware4ai
This is the Polygon class
- Since:
- 2022-12-22
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
java.util.List<double[]> |
dash |
|
-
Constructor Summary
Constructors
Constructor |
Description |
Polygon() |
|
-
Method Summary
Modifier and Type |
Method |
Description |
void |
closePath() |
|
void |
lineTo(double x,
double y) |
|
void |
moveTo(double x,
double y) |
|
double[][] |
value() |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
public java.util.List<double[]> dash
-
-
Method Details
-
public void moveTo(double x,
double y)
-
-
public void lineTo(double x,
double y)
-
public double[][] value()