Uses of Class
omix.plugin.util.RawData
Package | Description |
---|---|
omix.plugin |
The main package of the Omix Plugin Interface.
This package contains interfaces allowing to implement an ApplicationExtension and DocumentExtension plugin. |
-
Uses of RawData in omix.plugin
Methods in omix.plugin that return RawData Modifier and Type Method Description RawData
ModelDocument. exportDiagramImageToData(String dialogtitle, String format)
This method allows a plug-in to ask the network diagram for being exported as image.RawData
ModelDocument. exportDocumentToData(String dialogtitle, String format)
Exporting the current network document to byte array.RawData
ModelDocument. exportDocumentToData(String dialogtitle, String format, ProgressListener progressListener)
Exporting the current network document to byte array.