|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.graphio.SVGGraphWriter
public class SVGGraphWriter
Writes graphs to SVG documents.
Constructor Summary | |
---|---|
SVGGraphWriter()
|
Method Summary | |
---|---|
boolean |
canWriteThumbnail()
Checks whether this graph writer supports storage image thumbnails. |
void |
writeGraph(com.intellij.openapi.graph.view.Graph2D graph,
java.lang.String path,
boolean saveThumbnail,
int thumbnailHeight)
Writes given graph to file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVGGraphWriter()
Method Detail |
---|
public void writeGraph(@NotNull com.intellij.openapi.graph.view.Graph2D graph, @NotNull java.lang.String path, boolean saveThumbnail, int thumbnailHeight) throws java.io.IOException
writeGraph
in interface GraphWriter
graph
- graph to writepath
- path to target filesaveThumbnail
- true, if thumbnail should be written; false otherwisethumbnailHeight
- desired thumbnail height in pixels
java.io.IOException
- on IO errorpublic boolean canWriteThumbnail()
canWriteThumbnail
in interface GraphWriter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |