public class SVGScene
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
height |
java.util.Vector<SVGPath> |
paths |
int |
width |
Constructor and Description |
---|
SVGScene(int w,
int h) |
Modifier and Type | Method and Description |
---|---|
void |
WriteToFile(java.lang.String fileName) |
public int width
public int height
public java.util.Vector<SVGPath> paths