public interface PSystem
Modifier and Type | Method and Description |
---|---|
void |
exportDiagram(java.io.OutputStream os,
CMapData cmap,
int index,
FileFormatOption fileFormatOption) |
java.util.List<java.io.File> |
exportDiagrams(java.io.File suggestedFile,
FileFormatOption fileFormatOption) |
java.lang.String |
getDescription() |
java.lang.String |
getMetadata() |
int |
getNbImages() |
UmlSource |
getSource() |
java.lang.String |
getWarningOrError() |
java.util.List<java.io.File> exportDiagrams(java.io.File suggestedFile, FileFormatOption fileFormatOption) throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
void exportDiagram(java.io.OutputStream os, CMapData cmap, int index, FileFormatOption fileFormatOption) throws java.io.IOException
java.io.IOException
int getNbImages()
java.lang.String getDescription()
java.lang.String getMetadata()
java.lang.String getWarningOrError()
UmlSource getSource()