public abstract class PlainStringsDiagram extends PlainDiagram
Modifier and Type | Field and Description |
---|---|
protected java.awt.image.BufferedImage |
image |
protected GraphicPosition |
imagePosition |
protected java.util.List<java.lang.String> |
strings |
Constructor and Description |
---|
PlainStringsDiagram(UmlSource source) |
Modifier and Type | Method and Description |
---|---|
UDrawable |
getRootDrawable(FileFormatOption fileFormatOption) |
createImageBuilder, exportDiagramGraphic, exportDiagramNow
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription
protected java.awt.image.BufferedImage image
protected GraphicPosition imagePosition
protected final java.util.List<java.lang.String> strings
public PlainStringsDiagram(UmlSource source)
public UDrawable getRootDrawable(FileFormatOption fileFormatOption)
getRootDrawable
in class PlainDiagram