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
-
Method Details
-
moveTo
void moveTo(float x, float y) -
lineTo
void lineTo(float x, float y) -
closePath
void closePath()
-