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, wait
exportDiagram, getDescription
public final java.lang.String getMetadata()
getMetadata
in interface PSystem
public final void setSource(UmlSource source)
public int getNbImages()
getNbImages
in interface PSystem
public java.util.List<java.io.File> exportDiagrams(java.io.File suggestedFile, FileFormatOption fileFormat) throws java.io.IOException, java.lang.InterruptedException
exportDiagrams
in interface PSystem
java.io.IOException
java.lang.InterruptedException
public net.sourceforge.plantuml.cucadiagram.Display getTitle()
public java.lang.String getWarningOrError()
getWarningOrError
in interface PSystem
public void makeDiagramReady()