<h2title="Uses of Class com.mxgraph.reader.mxGraphViewImageReader"class="title">Uses of Class<br>com.mxgraph.reader.mxGraphViewImageReader</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../../com/mxgraph/reader/mxGraphViewImageReader.html"title="class in com.mxgraph.reader">mxGraphViewImageReader</a></span><spanclass="tabEnd"> </span></caption>
<divclass="block">This package contains the classes required to turn an encoded mxGraphView
into an image using SAX and without having to create a graph model.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList">
<ulclass="blockList">
<liclass="blockList"><aname="com.mxgraph.reader">
<!---->
</a>
<h3>Uses of <ahref="../../../../com/mxgraph/reader/mxGraphViewImageReader.html"title="class in com.mxgraph.reader">mxGraphViewImageReader</a> in <ahref="../../../../com/mxgraph/reader/package-summary.html">com.mxgraph.reader</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../com/mxgraph/reader/package-summary.html">com.mxgraph.reader</a> with parameters of type <ahref="../../../../com/mxgraph/reader/mxGraphViewImageReader.html"title="class in com.mxgraph.reader">mxGraphViewImageReader</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/image/BufferedImage.html?is-external=true"title="class or interface in java.awt.image">BufferedImage</a></code></td>
<tdclass="colLast"><spanclass="strong">mxGraphViewImageReader.</span><code><strong><ahref="../../../../com/mxgraph/reader/mxGraphViewImageReader.html#convert(org.xml.sax.InputSource, com.mxgraph.reader.mxGraphViewImageReader)">convert</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/InputSource.html?is-external=true"title="class or interface in org.xml.sax">InputSource</a> inputSource,
<ahref="../../../../com/mxgraph/reader/mxGraphViewImageReader.html"title="class in com.mxgraph.reader">mxGraphViewImageReader</a> viewReader)</code>
<divclass="block">Creates the image for the given display XML input source.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/image/BufferedImage.html?is-external=true"title="class or interface in java.awt.image">BufferedImage</a></code></td>
<tdclass="colLast"><spanclass="strong">mxGraphViewImageReader.</span><code><strong><ahref="../../../../com/mxgraph/reader/mxGraphViewImageReader.html#convert(java.lang.String, com.mxgraph.reader.mxGraphViewImageReader)">convert</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> filename,
<ahref="../../../../com/mxgraph/reader/mxGraphViewImageReader.html"title="class in com.mxgraph.reader">mxGraphViewImageReader</a> viewReader)</code>
<divclass="block">Creates the image for the given display XML file.</div>