public class Path extends Object implements LeafRenderable, YedConstants
| Modifier and Type | Class and Description |
|---|---|
static class |
Path.Point |
| Modifier and Type | Field and Description |
|---|---|
Double |
sx |
Double |
sy |
Double |
tx |
Double |
ty |
Y| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(double x,
double y) |
void |
clearPoints() |
void |
writeTo(ElementWriter w) |
public void writeTo(ElementWriter w)
writeTo in interface LeafRenderablepublic void addPoint(double x,
double y)
public void clearPoints()
Copyright © 2016. All rights reserved.