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
- 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 BufferedImage
image
protected GraphicPosition
imagePosition
protected List<String>
strings
-
Constructor Summary
Constructors Constructor Description PlainStringsDiagram(UmlSource source)
-
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, 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
-
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 BufferedImage image
-
imagePosition
protected GraphicPosition imagePosition
-
-
Constructor Detail
-
PlainStringsDiagram
public PlainStringsDiagram(UmlSource source)
-
-
Method Detail
-
getRootDrawable
public UDrawable getRootDrawable(FileFormatOption fileFormatOption)
- Specified by:
getRootDrawable
in classPlainDiagram
-
-