public class PSystemVersion extends AbstractPSystem
Modifier and Type | Method and Description |
---|---|
static PSystemVersion |
createCheckVersions(java.lang.String host,
java.lang.String port) |
static PSystemVersion |
createShowAuthors() |
static PSystemVersion |
createShowVersion() |
static PSystemVersion |
createTestDot() |
ImageData |
exportDiagram(java.io.OutputStream os,
int num,
FileFormatOption fileFormat)
Export the diagram as an image to some format.
|
static int |
extractDownloadableVersion(java.lang.String host,
java.lang.String port) |
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() |
executeCommand, getMetadata, getNbImages, getSource, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, setSource
public static java.awt.image.BufferedImage getPlantumlImage()
public static java.awt.image.BufferedImage getCharlieImage()
public static java.awt.image.BufferedImage getPlantumlSmallIcon()
public static java.awt.image.BufferedImage getPlantumlSmallIcon2()
public ImageData exportDiagram(java.io.OutputStream os, int num, FileFormatOption fileFormat) throws java.io.IOException
Diagram
new page
for sequence diagram for example).os
- where to write the imagenum
- useually 0 (index of the image to be exported for this diagram).fileFormat
- file format to usejava.io.IOException
public static PSystemVersion createShowVersion()
public static PSystemVersion createShowAuthors()
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 DiagramDescription getDescription()
public java.util.List<java.lang.String> getLines()