Package net.sourceforge.plantuml.oregon
Class PSystemOregon
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.oregon.PSystemOregon
-
- All Implemented Interfaces:
Diagram
public class PSystemOregon extends PlainDiagram
-
-
Constructor Summary
Constructors Constructor Description PSystemOregon(UmlSource source)
PSystemOregon(UmlSource source, Keyboard keyboard)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String line)
ImageBuilder
createImageBuilder(FileFormatOption fileFormatOption)
DiagramDescription
getDescription()
protected UDrawable
getRootDrawable(FileFormatOption fileFormatOption)
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Constructor Detail
-
PSystemOregon
@Deprecated public PSystemOregon(UmlSource source, Keyboard keyboard)
Deprecated.
-
PSystemOregon
public PSystemOregon(UmlSource source)
-
-
Method Detail
-
createImageBuilder
public ImageBuilder createImageBuilder(FileFormatOption fileFormatOption) throws IOException
- Overrides:
createImageBuilder
in classPlainDiagram
- Throws:
IOException
-
add
public void add(String line)
-
getRootDrawable
protected UDrawable getRootDrawable(FileFormatOption fileFormatOption) throws IOException
- Specified by:
getRootDrawable
in classPlainDiagram
- Throws:
IOException
-
getDescription
public DiagramDescription getDescription()
-
-