|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.eggs.PSystemRIP
public class PSystemRIP
Constructor Summary | |
---|---|
PSystemRIP()
|
Method Summary | |
---|---|
ImageData |
exportDiagram(java.io.OutputStream os,
int num,
FileFormatOption fileFormat)
Export the diagram as an image to some format. |
DiagramDescription |
getDescription()
|
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem |
---|
executeCommand, getMetadata, getNbImages, getSource, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PSystemRIP() throws java.io.IOException
java.io.IOException
Method Detail |
---|
public ImageData exportDiagram(java.io.OutputStream os, int num, FileFormatOption fileFormat) throws java.io.IOException
Diagram
new page
for sequence diagram for example).
os
- where to write the imagenum
- useually 0 (index of the image to be exported for this diagram).fileFormat
- file format to use
java.io.IOException
public DiagramDescription getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |