public abstract class PlainDiagram extends AbstractPSystem
| Constructor and Description |
|---|
PlainDiagram(UmlSource source) |
| Modifier and Type | Method and Description |
|---|---|
ImageBuilder |
createImageBuilder(FileFormatOption fileFormatOption) |
void |
exportDiagramGraphic(UGraphic ug,
FileFormatOption fileFormatOption) |
protected ImageData |
exportDiagramNow(java.io.OutputStream os,
int index,
FileFormatOption fileFormatOption) |
protected abstract UDrawable |
getRootDrawable(FileFormatOption fileFormatOption) |
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVerticalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionpublic PlainDiagram(UmlSource source)
public ImageBuilder createImageBuilder(FileFormatOption fileFormatOption) throws java.io.IOException
createImageBuilder in class AbstractPSystemjava.io.IOExceptionprotected ImageData exportDiagramNow(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
exportDiagramNow in class AbstractPSystemjava.io.IOExceptionpublic void exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption)
exportDiagramGraphic in interface DiagramexportDiagramGraphic in class AbstractPSystemprotected abstract UDrawable getRootDrawable(FileFormatOption fileFormatOption) throws java.io.IOException
java.io.IOException