Package net.sourceforge.plantuml.version
Class PSystemVersion
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.version.PSystemVersion
-
- All Implemented Interfaces:
Diagram
public class PSystemVersion extends AbstractPSystem
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 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()
static java.awt.image.BufferedImage
getDotc()
static java.awt.image.BufferedImage
getDotd()
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()
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Method Detail
-
getPlantumlImage
public static java.awt.image.BufferedImage getPlantumlImage()
-
getCharlieImage
public static java.awt.image.BufferedImage getCharlieImage()
-
getTime01
public static java.awt.image.BufferedImage getTime01()
-
getTime15
public static java.awt.image.BufferedImage getTime15()
-
getPlantumlSmallIcon
public static java.awt.image.BufferedImage getPlantumlSmallIcon()
-
getArecibo
public static java.awt.image.BufferedImage getArecibo()
-
getDotc
public static java.awt.image.BufferedImage getDotc()
-
getDotd
public static java.awt.image.BufferedImage getDotd()
-
getApple2Image
public static java.awt.image.BufferedImage getApple2Image()
-
getPlantumlSmallIcon2
public static java.awt.image.BufferedImage getPlantumlSmallIcon2()
-
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed) throws java.io.IOException
- Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
java.io.IOException
-
createShowVersion
public static PSystemVersion createShowVersion()
-
createStdLib
public static PSystemVersion createStdLib()
-
createShowAuthors
public static PSystemVersion createShowAuthors()
-
getAuthorsStrings
public static java.util.List<java.lang.String> getAuthorsStrings(boolean withTag)
-
createTestDot
public static PSystemVersion createTestDot() throws java.io.IOException
- Throws:
java.io.IOException
-
createDumpStackTrace
public static PSystemVersion createDumpStackTrace() throws java.io.IOException
- Throws:
java.io.IOException
-
createKeyDistributor
public static PSystemVersion createKeyDistributor() throws java.io.IOException
- Throws:
java.io.IOException
-
createPath
public static PSystemVersion createPath() throws java.io.IOException
- Throws:
java.io.IOException
-
getDescription
public DiagramDescription getDescription()
-
getLines
public java.util.List<java.lang.String> getLines()
-
-