Package limn.graphics

Interface Path2D.Flattened

Enclosing class:
Path2D

public static interface Path2D.Flattened
Receives the flattened (curve-free) form of a path.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    lineTo(float x, float y)
     
    void
    moveTo(float x, float y)
     
  • Method Details

    • moveTo

      void moveTo(float x, float y)
    • lineTo

      void lineTo(float x, float y)
    • closePath

      void closePath()