public class SVGExporter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<java.lang.String> |
colorNames |
| Constructor and Description |
|---|
SVGExporter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
export(CSG currentCsg,
java.io.File defaultDir) |
static void |
export(java.util.List<CSG> currentCsg,
java.io.File defaultDir) |
static void |
export(java.util.List<Polygon> polygons,
java.io.File defaultDir,
boolean groupAll) |
java.lang.String |
make() |
void |
makeGroup() |
public java.lang.String make()
public void makeGroup()
public static void export(java.util.List<Polygon> polygons, java.io.File defaultDir, boolean groupAll) throws java.io.IOException
java.io.IOExceptionpublic static void export(CSG currentCsg, java.io.File defaultDir) throws java.io.IOException
java.io.IOExceptionpublic static void export(java.util.List<CSG> currentCsg, java.io.File defaultDir) throws java.io.IOException
java.io.IOException