public class PSystemVersion extends AbstractPSystem
Modifier and Type | Method and Description |
---|---|
static PSystemVersion |
createCheckVersions(java.lang.String host,
java.lang.String port) |
static PSystemVersion |
createDumpStackTrace() |
static PSystemVersion |
createKeyDistributor() |
static PSystemVersion |
createPath() |
static PSystemVersion |
createShowAuthors() |
static PSystemVersion |
createShowVersion() |
static PSystemVersion |
createStdLib() |
static PSystemVersion |
createTestDot() |
protected ImageData |
exportDiagramNow(java.io.OutputStream os,
int num,
FileFormatOption fileFormat,
long seed) |
static int |
extractDownloadableVersion(java.lang.String host,
java.lang.String port) |
static java.awt.image.BufferedImage |
getApple2Image() |
static java.awt.image.BufferedImage |
getArecibo() |
static java.util.List<java.lang.String> |
getAuthorsStrings(boolean withTag) |
static java.awt.image.BufferedImage |
getCharlieImage() |
DiagramDescription |
getDescription() |
java.util.List<java.lang.String> |
getLines() |
static java.awt.image.BufferedImage |
getPlantumlImage() |
static java.awt.image.BufferedImage |
getPlantumlSmallIcon() |
static java.awt.image.BufferedImage |
getPlantumlSmallIcon2() |
static java.awt.image.BufferedImage |
getTime01() |
static java.awt.image.BufferedImage |
getTime15() |
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
public static java.awt.image.BufferedImage getPlantumlImage()
public static java.awt.image.BufferedImage getCharlieImage()
public static java.awt.image.BufferedImage getTime01()
public static java.awt.image.BufferedImage getTime15()
public static java.awt.image.BufferedImage getPlantumlSmallIcon()
public static java.awt.image.BufferedImage getArecibo()
public static java.awt.image.BufferedImage getApple2Image()
public static java.awt.image.BufferedImage getPlantumlSmallIcon2()
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 static PSystemVersion createShowVersion()
public static PSystemVersion createStdLib()
public static PSystemVersion createShowAuthors()
public static java.util.List<java.lang.String> getAuthorsStrings(boolean withTag)
public static PSystemVersion createCheckVersions(java.lang.String host, java.lang.String port)
public static int extractDownloadableVersion(java.lang.String host, java.lang.String port)
public static PSystemVersion createTestDot() throws java.io.IOException
java.io.IOException
public static PSystemVersion createDumpStackTrace() throws java.io.IOException
java.io.IOException
public static PSystemVersion createKeyDistributor() throws java.io.IOException
java.io.IOException
public static PSystemVersion createPath() throws java.io.IOException
java.io.IOException
public DiagramDescription getDescription()
public java.util.List<java.lang.String> getLines()