Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.dss.graph
Interface GraphSVGWriterProvider


public interface GraphSVGWriterProvider
For internal use only. Application developers should not use this
Interface used by CommonGraph to create GraphSVGWriters for exporting to SVG.

Method Summary
 oracle.dss.graph.pfj.GraphSVGWriter createSVGWriter(CommonGraph graph, java.io.OutputStream os, java.lang.String charEnc)
          Create the SVG writer used to export to SVG.
 oracle.dss.graph.pfj.GraphSVGWriter createSVGWriter(CommonGraph graph, java.io.Writer writer, java.lang.String charEnc)
          Create the SVG writer used to export to SVG.

 

Method Detail

createSVGWriter

oracle.dss.graph.pfj.GraphSVGWriter createSVGWriter(CommonGraph graph,
                                                    java.io.OutputStream os,
                                                    java.lang.String charEnc)
Create the SVG writer used to export to SVG.
Parameters:
graph - CommonGraph to export to SVG
os - OutputStream to write to
charEnc - character encoding
Returns:
GraphSVGWriter to use to export to SVG

createSVGWriter

oracle.dss.graph.pfj.GraphSVGWriter createSVGWriter(CommonGraph graph,
                                                    java.io.Writer writer,
                                                    java.lang.String charEnc)
Create the SVG writer used to export to SVG.
Parameters:
graph - CommonGraph to export to SVG
writer - Writer to write to
charEnc - character encoding
Returns:
GraphSVGWriter to use to export to SVG

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


Copyright © 1997, 2009, Oracle. All rights reserved.