|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagramWriter
Write diagrams to files.
Method Summary | |
---|---|
boolean |
canWriteMultipleDiagrams()
Checks whether this writer can write multiple diagrams or not. |
boolean |
canWriteThumbnail()
Checks whether this writer supports storage of image thumbnails. |
void |
writeDiagram(UMLDiagram[] diagrams,
java.lang.String path,
boolean saveThumbnail,
int thumbnailHeight)
Writes given diagram to file. |
Method Detail |
---|
boolean canWriteMultipleDiagrams()
void writeDiagram(@NotNull UMLDiagram[] diagrams, @NotNull java.lang.String path, boolean saveThumbnail, int thumbnailHeight) throws java.io.IOException
diagrams
- array of diagrams 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 |