Package net.sourceforge.plantuml.version
Class PSystemVersion
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.PlainStringsDiagram
-
- net.sourceforge.plantuml.version.PSystemVersion
-
- All Implemented Interfaces:
Diagram
public class PSystemVersion extends PlainStringsDiagram
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.PlainStringsDiagram
image, imagePosition, strings
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSystemVersion
createKeyDistributor(UmlSource source)
static PSystemVersion
createShowAuthors2(UmlSource source)
static PSystemVersion
createShowVersion2(UmlSource source)
static PSystemVersion
createStdLib(UmlSource source)
static PSystemVersion
createTestDot(UmlSource source)
static BufferedImage
getApple2Image()
static BufferedImage
getArecibo()
static List<String>
getAuthorsStrings(boolean withTag)
static BufferedImage
getCharlieImage()
DiagramDescription
getDescription()
static BufferedImage
getDotc()
static BufferedImage
getDotd()
List<String>
getLines()
static BufferedImage
getPlantumlImage()
static BufferedImage
getPlantumlSmallIcon()
static BufferedImage
getPlantumlSmallIcon2()
static BufferedImage
getTime01()
static BufferedImage
getTime15()
-
Methods inherited from class net.sourceforge.plantuml.PlainStringsDiagram
getRootDrawable
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Method Detail
-
getPlantumlImage
public static BufferedImage getPlantumlImage()
-
getCharlieImage
public static BufferedImage getCharlieImage()
-
getTime01
public static BufferedImage getTime01()
-
getTime15
public static BufferedImage getTime15()
-
getPlantumlSmallIcon
public static BufferedImage getPlantumlSmallIcon()
-
getArecibo
public static BufferedImage getArecibo()
-
getDotc
public static BufferedImage getDotc()
-
getDotd
public static BufferedImage getDotd()
-
getApple2Image
public static BufferedImage getApple2Image()
-
getPlantumlSmallIcon2
public static BufferedImage getPlantumlSmallIcon2()
-
createShowVersion2
public static PSystemVersion createShowVersion2(UmlSource source)
-
createStdLib
public static PSystemVersion createStdLib(UmlSource source)
-
createShowAuthors2
public static PSystemVersion createShowAuthors2(UmlSource source)
-
createTestDot
public static PSystemVersion createTestDot(UmlSource source) throws IOException
- Throws:
IOException
-
createKeyDistributor
public static PSystemVersion createKeyDistributor(UmlSource source) throws IOException
- Throws:
IOException
-
getDescription
public DiagramDescription getDescription()
-
-