|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphSVGWriterProvider
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 |
---|
oracle.dss.graph.pfj.GraphSVGWriter createSVGWriter(CommonGraph graph, java.io.OutputStream os, java.lang.String charEnc)
graph
- CommonGraph to export to SVGos
- OutputStream to write tocharEnc
- character encoding
oracle.dss.graph.pfj.GraphSVGWriter createSVGWriter(CommonGraph graph, java.io.Writer writer, java.lang.String charEnc)
graph
- CommonGraph to export to SVGwriter
- Writer to write tocharEnc
- character encoding
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |