|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphWriter
Write graph to file.
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. |
Method Detail |
---|
void writeGraph(@NotNull com.intellij.openapi.graph.view.Graph2D graph, @NotNull java.lang.String path, boolean saveThumbnail, int thumbnailHeight) throws java.io.IOException
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 errorboolean canWriteThumbnail()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |