Uses of Class
com.mxgraph.reader.mxGraphViewImageReader
-
Packages that use mxGraphViewImageReader Package Description com.mxgraph.reader This package contains the classes required to turn an encoded mxGraphView into an image using SAX and without having to create a graph model. -
-
Uses of mxGraphViewImageReader in com.mxgraph.reader
Methods in com.mxgraph.reader with parameters of type mxGraphViewImageReader Modifier and Type Method Description static java.awt.image.BufferedImagemxGraphViewImageReader. convert(java.lang.String filename, mxGraphViewImageReader viewReader)Creates the image for the given display XML file.static java.awt.image.BufferedImagemxGraphViewImageReader. convert(org.xml.sax.InputSource inputSource, mxGraphViewImageReader viewReader)Creates the image for the given display XML input source.
-