<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</A>
<IMGSRC="../../../resources/inherit.gif"ALT="extended by "><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true"title="class or interface in org.xml.sax.helpers">org.xml.sax.helpers.DefaultHandler</A>
<IMGSRC="../../../resources/inherit.gif"ALT="extended by "><AHREF="../../../com/mxgraph/reader/mxGraphViewReader.html"title="class in com.mxgraph.reader">com.mxgraph.reader.mxGraphViewReader</A>
<IMGSRC="../../../resources/inherit.gif"ALT="extended by "><B>com.mxgraph.reader.mxGraphViewImageReader</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B><DD><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ContentHandler.html?is-external=true"title="class or interface in org.xml.sax">ContentHandler</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/DTDHandler.html?is-external=true"title="class or interface in org.xml.sax">DTDHandler</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/EntityResolver.html?is-external=true"title="class or interface in org.xml.sax">EntityResolver</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ErrorHandler.html?is-external=true"title="class or interface in org.xml.sax">ErrorHandler</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>mxGraphViewImageReader</B><DT>extends <AHREF="../../../com/mxgraph/reader/mxGraphViewReader.html"title="class in com.mxgraph.reader">mxGraphViewReader</A></DL>
</PRE>
<P>
A converter that renders display XML data onto a graphics canvas. This
reader can only be used to generate images for encoded graph views.
<CODE>protected <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A></CODE></FONT></TD>
<THALIGN="left"><B>Fields inherited from class com.mxgraph.reader.<AHREF="../../../com/mxgraph/reader/mxGraphViewReader.html"title="class in com.mxgraph.reader">mxGraphViewReader</A></B></TH>
Constructs a new reader with a transparent background.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><B><AHREF="../../../com/mxgraph/reader/mxGraphViewImageReader.html#mxGraphViewImageReader(java.awt.Color)">mxGraphViewImageReader</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background)</CODE>
<BR>
Constructs a new reader with the given background color.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><B><AHREF="../../../com/mxgraph/reader/mxGraphViewImageReader.html#mxGraphViewImageReader(java.awt.Color, int)">mxGraphViewImageReader</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background,
int border)</CODE>
<BR>
Constructs a new reader with a transparent background.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><B><AHREF="../../../com/mxgraph/reader/mxGraphViewImageReader.html#mxGraphViewImageReader(java.awt.Color, int, boolean)">mxGraphViewImageReader</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background,
int border,
boolean antiAlias)</CODE>
<BR>
Constructs a new reader with a transparent background.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><B><AHREF="../../../com/mxgraph/reader/mxGraphViewImageReader.html#mxGraphViewImageReader(java.awt.Color, int, boolean, boolean)">mxGraphViewImageReader</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background,
int border,
boolean antiAlias,
boolean cropping)</CODE>
<BR>
Constructs a new reader with a transparent background.</TD>
<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></FONT></TD>
<TD><CODE><B><AHREF="../../../com/mxgraph/reader/mxGraphViewImageReader.html#convert(org.xml.sax.InputSource, com.mxgraph.reader.mxGraphViewImageReader)">convert</A></B>(<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>
<BR>
Creates the image for the given display XML input source.</TD>
<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></FONT></TD>
<TD><CODE><B><AHREF="../../../com/mxgraph/reader/mxGraphViewImageReader.html#convert(java.lang.String, com.mxgraph.reader.mxGraphViewImageReader)">convert</A></B>(<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>
<BR>
Creates the image for the given display XML file.</TD>
<CODE> <AHREF="../../../com/mxgraph/canvas/mxICanvas.html"title="interface in com.mxgraph.canvas">mxICanvas</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../com/mxgraph/reader/mxGraphViewImageReader.html#createCanvas(java.util.Map)">createCanvas</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</A><<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>,<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A>> attrs)</CODE>
<BR>
Returns the canvas to be used for rendering.</TD>
<CODE>protected <AHREF="../../../com/mxgraph/canvas/mxGraphics2DCanvas.html"title="class in com.mxgraph.canvas">mxGraphics2DCanvas</A></CODE></FONT></TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../com/mxgraph/reader/mxGraphViewImageReader.html#setBackground(java.awt.Color)">setBackground</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background)</CODE>
<TD><CODE><B><AHREF="../../../com/mxgraph/reader/mxGraphViewImageReader.html#setClip(com.mxgraph.util.mxRectangle)">setClip</A></B>(<AHREF="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</A> value)</CODE>
<THALIGN="left"><B>Methods inherited from class com.mxgraph.reader.<AHREF="../../../com/mxgraph/reader/mxGraphViewReader.html"title="class in com.mxgraph.reader">mxGraphViewReader</A></B></TH>
<THALIGN="left"><B>Methods inherited from class org.xml.sax.helpers.<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true"title="class or interface in org.xml.sax.helpers">DefaultHandler</A></B></TH>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#characters(char[], int, int)"title="class or interface in org.xml.sax.helpers">characters</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#endDocument()"title="class or interface in org.xml.sax.helpers">endDocument</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#endElement(java.lang.String, java.lang.String, java.lang.String)"title="class or interface in org.xml.sax.helpers">endElement</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#endPrefixMapping(java.lang.String)"title="class or interface in org.xml.sax.helpers">endPrefixMapping</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#error(org.xml.sax.SAXParseException)"title="class or interface in org.xml.sax.helpers">error</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#fatalError(org.xml.sax.SAXParseException)"title="class or interface in org.xml.sax.helpers">fatalError</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#ignorableWhitespace(char[], int, int)"title="class or interface in org.xml.sax.helpers">ignorableWhitespace</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#notationDecl(java.lang.String, java.lang.String, java.lang.String)"title="class or interface in org.xml.sax.helpers">notationDecl</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#processingInstruction(java.lang.String, java.lang.String)"title="class or interface in org.xml.sax.helpers">processingInstruction</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#resolveEntity(java.lang.String, java.lang.String)"title="class or interface in org.xml.sax.helpers">resolveEntity</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#setDocumentLocator(org.xml.sax.Locator)"title="class or interface in org.xml.sax.helpers">setDocumentLocator</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#skippedEntity(java.lang.String)"title="class or interface in org.xml.sax.helpers">skippedEntity</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#startDocument()"title="class or interface in org.xml.sax.helpers">startDocument</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#startPrefixMapping(java.lang.String, java.lang.String)"title="class or interface in org.xml.sax.helpers">startPrefixMapping</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#unparsedEntityDecl(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"title="class or interface in org.xml.sax.helpers">unparsedEntityDecl</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#warning(org.xml.sax.SAXParseException)"title="class or interface in org.xml.sax.helpers">warning</A></CODE></TD>
<THALIGN="left"><B>Methods inherited from class java.lang.<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</A></CODE></TD>
protected <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A><B>background</B></PRE>
<DL>
<DD>Specifies the background color. Default is null.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="antiAlias"><!----></A><H3>
antiAlias</H3>
<PRE>
protected boolean <B>antiAlias</B></PRE>
<DL>
<DD>Specifies if the image should be anti-aliased. Default is true.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="border"><!----></A><H3>
border</H3>
<PRE>
protected int <B>border</B></PRE>
<DL>
<DD>Specifies the border which is added to the size of the graph. Default is
0.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="cropping"><!----></A><H3>
cropping</H3>
<PRE>
protected boolean <B>cropping</B></PRE>
<DL>
<DD>Specifies the border which is added to the size of the graph. Default is
true.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="clip"><!----></A><H3>
clip</H3>
<PRE>
protected <AHREF="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</A><B>clip</B></PRE>
<DL>
<DD>Defines the clip to be drawn. Default is null.
public <B>mxGraphViewImageReader</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background)</PRE>
<DL>
<DD>Constructs a new reader with the given background color.
public <B>mxGraphViewImageReader</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background,
int border)</PRE>
<DL>
<DD>Constructs a new reader with a transparent background.
public <B>mxGraphViewImageReader</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background,
int border,
boolean antiAlias)</PRE>
<DL>
<DD>Constructs a new reader with a transparent background.
public <B>mxGraphViewImageReader</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background,
int border,
boolean antiAlias,
boolean cropping)</PRE>
<DL>
<DD>Constructs a new reader with a transparent background.
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A><B>getBackground</B>()</PRE>
public void <B>setBackground</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</A> background)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="getBorder()"><!----></A><H3>
getBorder</H3>
<PRE>
public int <B>getBorder</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="setBorder(int)"><!----></A><H3>
setBorder</H3>
<PRE>
public void <B>setBorder</B>(int border)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="isAntiAlias()"><!----></A><H3>
isAntiAlias</H3>
<PRE>
public boolean <B>isAntiAlias</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="setAntiAlias(boolean)"><!----></A><H3>
setAntiAlias</H3>
<PRE>
public void <B>setAntiAlias</B>(boolean antiAlias)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="isCropping()"><!----></A><H3>
isCropping</H3>
<PRE>
public boolean <B>isCropping</B>()</PRE>
<DL>
<DD>Specifies the optional clipping rectangle.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="setCropping(boolean)"><!----></A><H3>
setCropping</H3>
<PRE>
public void <B>setCropping</B>(boolean value)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="getClip()"><!----></A><H3>
getClip</H3>
<PRE>
public <AHREF="../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</A><B>getClip</B>()</PRE>
public <AHREF="../../../com/mxgraph/canvas/mxICanvas.html"title="interface in com.mxgraph.canvas">mxICanvas</A><B>createCanvas</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true"title="class or interface in java.util">Map</A><<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>,<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A>> attrs)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><AHREF="../../../com/mxgraph/reader/mxGraphViewReader.html#createCanvas(java.util.Map)">mxGraphViewReader</A></CODE></B></DD>
<DD>Returns the canvas to be used for rendering.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../com/mxgraph/reader/mxGraphViewReader.html#createCanvas(java.util.Map)">createCanvas</A></CODE> in class <CODE><AHREF="../../../com/mxgraph/reader/mxGraphViewReader.html"title="class in com.mxgraph.reader">mxGraphViewReader</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>attrs</CODE> - Specifies the attributes of the new canvas.
<DT><B>Returns:</B><DD>Returns a new canvas.</DL>
</DD>
</DL>
<HR>
<ANAME="createGraphicsCanvas()"><!----></A><H3>
createGraphicsCanvas</H3>
<PRE>
protected <AHREF="../../../com/mxgraph/canvas/mxGraphics2DCanvas.html"title="class in com.mxgraph.canvas">mxGraphics2DCanvas</A><B>createGraphicsCanvas</B>()</PRE>
public 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><B>convert</B>(<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)
throws <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/javax/xml/parsers/ParserConfigurationException.html?is-external=true"title="class or interface in javax.xml.parsers">ParserConfigurationException</A>,
<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true"title="class or interface in org.xml.sax">SAXException</A>,
<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Creates the image for the given display XML file. (Note: The XML file is
an encoded mxGraphView, not mxGraphModel.)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>filename</CODE> - Filename of the display XML file.
<DT><B>Returns:</B><DD>Returns an image representing the display XML file.
<DT><B>Throws:</B>
<DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/javax/xml/parsers/ParserConfigurationException.html?is-external=true"title="class or interface in javax.xml.parsers">ParserConfigurationException</A></CODE>
<DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true"title="class or interface in org.xml.sax">SAXException</A></CODE>
<DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A></CODE></DL>
public 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><B>convert</B>(<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)
throws <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/javax/xml/parsers/ParserConfigurationException.html?is-external=true"title="class or interface in javax.xml.parsers">ParserConfigurationException</A>,
<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true"title="class or interface in org.xml.sax">SAXException</A>,
<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Creates the image for the given display XML input source. (Note: The XML
is an encoded mxGraphView, not mxGraphModel.)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>inputSource</CODE> - Input source that contains the display XML.
<DT><B>Returns:</B><DD>Returns an image representing the display XML input source.
<DT><B>Throws:</B>
<DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/javax/xml/parsers/ParserConfigurationException.html?is-external=true"title="class or interface in javax.xml.parsers">ParserConfigurationException</A></CODE>
<DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true"title="class or interface in org.xml.sax">SAXException</A></CODE>
<DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A></CODE></DL>