|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.eng.spagobi.engines.geo.map.utils.SVGMapSaver
public class SVGMapSaver
The Class SVGMapSaver.
| Constructor Summary | |
|---|---|
SVGMapSaver()
|
|
| Method Summary | |
|---|---|
static void |
saveMap(org.w3c.dom.svg.SVGDocument doc,
java.io.File ouputFile)
Save map. |
static void |
saveMap(org.w3c.dom.svg.SVGDocument doc,
java.io.OutputStream outputStream)
Save map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVGMapSaver()
| Method Detail |
|---|
public static void saveMap(org.w3c.dom.svg.SVGDocument doc,
java.io.File ouputFile)
throws java.io.FileNotFoundException,
javax.xml.transform.TransformerException
doc - the docouputFile - the ouput file
java.io.FileNotFoundException - the file not found exception
javax.xml.transform.TransformerException - the transformer exception
public static void saveMap(org.w3c.dom.svg.SVGDocument doc,
java.io.OutputStream outputStream)
throws javax.xml.transform.TransformerException
doc - the docoutputStream - the output stream
javax.xml.transform.TransformerException - the transformer exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||