Package net.sourceforge.plantuml
Class PlainStringsDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.PlainStringsDiagram
-
- All Implemented Interfaces:
Diagram
,WarningHandler
- Direct Known Subclasses:
PSystemAppleTwo
,PSystemEgg
,PSystemListFonts
,PSystemLost
,PSystemRIP
,PSystemStats
,PSystemVersion
public abstract class PlainStringsDiagram extends PlainDiagram
-
-
Field Summary
Fields Modifier and Type Field Description protected java.awt.image.BufferedImage
image
protected GraphicPosition
imagePosition
protected java.util.List<java.lang.String>
strings
-
Constructor Summary
Constructors Constructor Description PlainStringsDiagram(UmlSource source, PreprocessingArtifact preprocessing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UDrawable
getRootDrawable(FileFormatOption fileFormatOption)
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.core.Diagram
getDescription
-
-
-
-
Field Detail
-
image
protected java.awt.image.BufferedImage image
-
imagePosition
protected GraphicPosition imagePosition
-
strings
protected final java.util.List<java.lang.String> strings
-
-
Constructor Detail
-
PlainStringsDiagram
public PlainStringsDiagram(UmlSource source, PreprocessingArtifact preprocessing)
-
-
Method Detail
-
getRootDrawable
public UDrawable getRootDrawable(FileFormatOption fileFormatOption)
- Specified by:
getRootDrawable
in classPlainDiagram
-
-