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, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportDiagram, 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 AbstractPSystemjava.io.IOExceptionpublic DiagramDescription getDescription()
getDescription in interface Diagrampublic void addSprite(java.lang.String name,
Sprite sprite)
addSprite in interface WithSprite