public class SvgBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SvgBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SvgBuilder |
append(Bezier curve,
float strokeWidth) |
java.lang.String |
build(int width,
int height) |
void |
clear() |
public void clear()
public java.lang.String build(int width,
int height)
public SvgBuilder append(Bezier curve, float strokeWidth)