|
| static void | export (List< Polygon > polygons, File defaultDir, boolean groupAll) throws IOException |
| |
| static void | export (CSG currentCsg, File defaultDir) throws IOException |
| |
| static void | export (List< CSG > currentCsg, File defaultDir) throws IOException |
| |
|
| static void | write (String output, File defaultDir) throws IOException |
| |
| static void | addCsg (CSG currentCsg, SVGExporter svg) throws IOException |
| |
Definition at line 18 of file SVGExporter.java.
◆ SVGExporter()
| eu.mihosoft.vrl.v3d.svg.SVGExporter.SVGExporter |
( |
| ) |
|
◆ addCsg()
| static void eu.mihosoft.vrl.v3d.svg.SVGExporter.addCsg |
( |
CSG |
currentCsg, |
|
|
SVGExporter |
svg |
|
) |
| throws IOException |
|
staticprivate |
◆ colorTick()
| void eu.mihosoft.vrl.v3d.svg.SVGExporter.colorTick |
( |
| ) |
|
|
private |
◆ export() [1/3]
| static void eu.mihosoft.vrl.v3d.svg.SVGExporter.export |
( |
CSG |
currentCsg, |
|
|
File |
defaultDir |
|
) |
| throws IOException |
|
static |
◆ export() [2/3]
| static void eu.mihosoft.vrl.v3d.svg.SVGExporter.export |
( |
List< CSG > |
currentCsg, |
|
|
File |
defaultDir |
|
) |
| throws IOException |
|
static |
◆ export() [3/3]
| static void eu.mihosoft.vrl.v3d.svg.SVGExporter.export |
( |
List< Polygon > |
polygons, |
|
|
File |
defaultDir, |
|
|
boolean |
groupAll |
|
) |
| throws IOException |
|
static |
◆ make()
| String eu.mihosoft.vrl.v3d.svg.SVGExporter.make |
( |
| ) |
|
◆ makeGroup()
| void eu.mihosoft.vrl.v3d.svg.SVGExporter.makeGroup |
( |
| ) |
|
◆ makeLayer()
| void eu.mihosoft.vrl.v3d.svg.SVGExporter.makeLayer |
( |
| ) |
|
|
private |
◆ setName()
| void eu.mihosoft.vrl.v3d.svg.SVGExporter.setName |
( |
String |
name | ) |
|
|
private |
◆ toPolyLine()
| void eu.mihosoft.vrl.v3d.svg.SVGExporter.toPolyLine |
( |
Polygon |
p | ) |
|
|
private |
◆ write()
| static void eu.mihosoft.vrl.v3d.svg.SVGExporter.write |
( |
String |
output, |
|
|
File |
defaultDir |
|
) |
| throws IOException |
|
staticprivate |
◆ colorNames
| List<String> eu.mihosoft.vrl.v3d.svg.SVGExporter.colorNames |
|
static |
Initial value:= Arrays.asList("crimson","gray","darkmagenta","darkolivegreen","darkgreen",
"darkblue",
"deeppink",
"chartreuse",
"green",
"orange",
"lime",
"black",
"tomato")
Definition at line 26 of file SVGExporter.java.
◆ colorTicker
| int eu.mihosoft.vrl.v3d.svg.SVGExporter.colorTicker =0 |
|
private |
◆ footer
| String eu.mihosoft.vrl.v3d.svg.SVGExporter.footer = "</svg>" |
|
private |
◆ groupCounter
| int eu.mihosoft.vrl.v3d.svg.SVGExporter.groupCounter = 1 |
|
private |
◆ groups
| ArrayList<String> eu.mihosoft.vrl.v3d.svg.SVGExporter.groups = new ArrayList<>() |
|
private |
◆ layerCounter
| int eu.mihosoft.vrl.v3d.svg.SVGExporter.layerCounter = 1 |
|
private |
◆ layers
| ArrayList<String> eu.mihosoft.vrl.v3d.svg.SVGExporter.layers = new ArrayList<>() |
|
private |
◆ lineCounter
| int eu.mihosoft.vrl.v3d.svg.SVGExporter.lineCounter =0 |
|
private |
◆ name
| String eu.mihosoft.vrl.v3d.svg.SVGExporter.name ="" |
|
private |
◆ polylines
| ArrayList<String> eu.mihosoft.vrl.v3d.svg.SVGExporter.polylines = new ArrayList<>() |
|
private |
◆ Scale
| final double eu.mihosoft.vrl.v3d.svg.SVGExporter.Scale = 3.543307 |
|
staticprivate |
◆ section
| String eu.mihosoft.vrl.v3d.svg.SVGExporter.section = "" |
|
private |
◆ VueBoxSize
| final double eu.mihosoft.vrl.v3d.svg.SVGExporter.VueBoxSize = 100 |
|
staticprivate |
The documentation for this class was generated from the following file: