Class Polygon

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

    • dash

      public java.util.List<double[]> dash
  • Constructor Details

  • Method Details

    • moveTo

      public void moveTo​(double x, double y)
    • closePath

      public void closePath()
    • lineTo

      public void lineTo​(double x, double y)
    • value

      public double[][] value()