public abstract class AbstractPSystem extends java.lang.Object implements PSystem
| Constructor and Description |
|---|
AbstractPSystem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.io.File> |
exportDiagrams(java.io.File suggestedFile,
FileFormatOption fileFormat) |
java.lang.String |
getMetadata() |
int |
getNbImages() |
UmlSource |
getSource() |
net.sourceforge.plantuml.cucadiagram.Display |
getTitle() |
java.lang.String |
getWarningOrError() |
void |
makeDiagramReady() |
void |
setSource(UmlSource source) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportDiagram, getDescriptionpublic final java.lang.String getMetadata()
getMetadata in interface PSystempublic final void setSource(UmlSource source)
public int getNbImages()
getNbImages in interface PSystempublic java.util.List<java.io.File> exportDiagrams(java.io.File suggestedFile,
FileFormatOption fileFormat)
throws java.io.IOException,
java.lang.InterruptedException
exportDiagrams in interface PSystemjava.io.IOExceptionjava.lang.InterruptedExceptionpublic net.sourceforge.plantuml.cucadiagram.Display getTitle()
public java.lang.String getWarningOrError()
getWarningOrError in interface PSystempublic void makeDiagramReady()