| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
mxGraphViewImageReader.convert(InputSource inputSource,
mxGraphViewImageReader viewReader)
Creates the image for the given display XML input source.
|
static BufferedImage |
mxGraphViewImageReader.convert(String filename,
mxGraphViewImageReader viewReader)
Creates the image for the given display XML file.
|
Copyright (c) 2010 Gaudenz Alder. All rights reserved.