public interface SVGWriterProvider
| Modifier and Type | Method and Description |
|---|---|
ImageViewExportXMLWriter |
createExportXMLWriter(ImageView view,
java.io.OutputStream os,
java.lang.String charEnc)
Create the XML writer used to export to XML.
|
ImageViewExportXMLWriter |
createExportXMLWriter(ImageView view,
java.io.Writer writer,
java.lang.String charEnc)
Create the XML writer used to export to XML.
|
oracle.dss.presutil.SVGWriter |
createSVGWriter(CommonDataview view,
java.io.OutputStream os,
java.lang.String charEnc)
Create the SVG writer used to export to SVG.
|
oracle.dss.presutil.SVGWriter |
createSVGWriter(CommonDataview view,
java.io.Writer writer,
java.lang.String charEnc)
Create the SVG writer used to export to SVG.
|
oracle.dss.presutil.SVGWriter createSVGWriter(CommonDataview view, java.io.OutputStream os, java.lang.String charEnc)
view - CommonDataview to export to SVGos - OutputStream to write tocharEnc - character encodingoracle.dss.presutil.SVGWriter createSVGWriter(CommonDataview view, java.io.Writer writer, java.lang.String charEnc)
view - CommonDataview to export to SVGwriter - Writer to write tocharEnc - character encodingImageViewExportXMLWriter createExportXMLWriter(ImageView view, java.io.OutputStream os, java.lang.String charEnc)
view - ImageView to export to XMLos - OutputStream to write tocharEnc - character encodingImageViewExportXMLWriter createExportXMLWriter(ImageView view, java.io.Writer writer, java.lang.String charEnc)
view - ImageView to export to XMLwriter - Writer to write tocharEnc - character encoding