|
||||||||||
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.project2.PSystemProject2
public class PSystemProject2
Constructor Summary | |
---|---|
PSystemProject2()
|
Method Summary | |
---|---|
ImageData |
exportDiagram(java.io.OutputStream os,
int num,
FileFormatOption fileFormatOption)
Export the diagram as an image to some format. |
java.lang.String |
getDescription()
|
int |
getNbImages()
Number of images in this diagram (usually, 1) |
Project2 |
getProject()
|
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem |
---|
executeCommand, getMetadata, 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 PSystemProject2()
Method Detail |
---|
public int getNbImages()
Diagram
getNbImages
in interface Diagram
getNbImages
in class AbstractPSystem
public java.lang.String getDescription()
public ImageData exportDiagram(java.io.OutputStream os, int num, FileFormatOption fileFormatOption) 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).fileFormatOption
- file format to use
java.io.IOException
public final Project2 getProject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |