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
,WarningHandler
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, PreprocessingArtifact preprocessing)
static PSystemVersion
createShowAuthors2(UmlSource source, PreprocessingArtifact preprocessing)
static PSystemVersion
createShowVersion2(UmlSource source, PreprocessingArtifact preprocessing)
static PSystemVersion
createStdLib(UmlSource source, PreprocessingArtifact preprocessing)
static PSystemVersion
createTestDot(UmlSource source, PreprocessingArtifact preprocessing)
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.PlainStringsDiagram
getRootDrawable
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramGraphic, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
addWarning, checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getPreprocessingArtifact, getRequiredPass, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, getWarnings, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical, startingPass
-
-
-
-
Method Detail
-
getPlantumlImage
public static java.awt.image.BufferedImage getPlantumlImage()
-
getTime01
public static java.awt.image.BufferedImage getTime01()
-
getTime15
public static java.awt.image.BufferedImage getTime15()
-
getCharlieImage
public static java.awt.image.BufferedImage getCharlieImage()
-
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()
-
createShowVersion2
public static PSystemVersion createShowVersion2(UmlSource source, PreprocessingArtifact preprocessing)
-
createStdLib
public static PSystemVersion createStdLib(UmlSource source, PreprocessingArtifact preprocessing)
-
createShowAuthors2
public static PSystemVersion createShowAuthors2(UmlSource source, PreprocessingArtifact preprocessing)
-
getAuthorsStrings
public static java.util.List<java.lang.String> getAuthorsStrings(boolean withTag)
-
createTestDot
public static PSystemVersion createTestDot(UmlSource source, PreprocessingArtifact preprocessing) throws java.io.IOException
- Throws:
java.io.IOException
-
createKeyDistributor
public static PSystemVersion createKeyDistributor(UmlSource source, PreprocessingArtifact preprocessing) throws java.io.IOException
- Throws:
java.io.IOException
-
getDescription
public DiagramDescription getDescription()
-
getLines
public java.util.List<java.lang.String> getLines()
-
-