Uses of Class
com.mxgraph.reader.mxGraphViewImageReader
Packages that use mxGraphViewImageReader
Package
Description
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 mxGraphViewImageReaderModifier and TypeMethodDescriptionstatic BufferedImage
mxGraphViewImageReader.convert
(String filename, mxGraphViewImageReader viewReader) Creates the image for the given display XML file.static BufferedImage
mxGraphViewImageReader.convert
(InputSource inputSource, mxGraphViewImageReader viewReader) Creates the image for the given display XML input source.