public class PSystemSalt extends AbstractPSystem implements WithSprite
Constructor and Description |
---|
PSystemSalt() |
PSystemSalt(java.util.List<java.lang.String> data)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String s) |
void |
addSprite(java.lang.String name,
Sprite sprite) |
protected ImageData |
exportDiagramNow(java.io.OutputStream os,
int num,
FileFormatOption fileFormat,
long seed) |
DiagramDescription |
getDescription() |
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exportDiagram, getMetadata, getNbImages, getSource, getWarningOrError, hasUrl
@Deprecated public PSystemSalt(java.util.List<java.lang.String> data)
public PSystemSalt()
public void add(java.lang.String s)
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed) throws java.io.IOException
exportDiagramNow
in class AbstractPSystem
java.io.IOException
public DiagramDescription getDescription()
getDescription
in interface Diagram
public void addSprite(java.lang.String name, Sprite sprite)
addSprite
in interface WithSprite