Package net.sourceforge.plantuml.oregon
Class PSystemOregon
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.oregon.PSystemOregon
-
- All Implemented Interfaces:
Diagram
public class PSystemOregon extends AbstractPSystem
-
-
Constructor Summary
Constructors Constructor Description PSystemOregon()PSystemOregon(Keyboard keyboard)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.lang.String line)protected ImageDataexportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed)DiagramDescriptiongetDescription()-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Constructor Detail
-
PSystemOregon
@Deprecated public PSystemOregon(Keyboard keyboard)
Deprecated.
-
PSystemOregon
public PSystemOregon()
-
-
Method Detail
-
add
public void add(java.lang.String line)
-
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed) throws java.io.IOException
- Specified by:
exportDiagramNowin classAbstractPSystem- Throws:
java.io.IOException
-
getDescription
public DiagramDescription getDescription()
-
-