public class BpmDiagram extends UmlDiagram
FORCE_JDOT
Constructor and Description |
---|
BpmDiagram() |
Modifier and Type | Method and Description |
---|---|
CommandExecutionResult |
addEvent(BpmEvent event) |
CommandExecutionResult |
elseBranch() |
CommandExecutionResult |
endBranch() |
protected ImageData |
exportDiagramInternal(java.io.OutputStream os,
int index,
FileFormatOption fileFormatOption) |
DiagramDescription |
getDescription() |
UmlDiagramType |
getUmlDiagramType() |
CommandExecutionResult |
newBranch() |
addSprite, exportCmap, exportDiagramError, exportDiagramNow, getAnimation, getCaption, getDpi, getDpiFactor, getFailureText2, getFlashData, getFooter, getFooterOrHeaderTeoz, getHeader, getLegend, getMainFrame, getMinwidth, getPragma, getSkinParam, getTitle, getWarningOrError, isHideUnlinkedData, isRotation, isUseJDot, loadSkin, setAnimation, setCaption, setHideUnlinkedData, setLegend, setMainFrame, setMinwidth, setParam, setRotation, setTitle, setUseJDot
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exportDiagram, getMetadata, getNbImages, getSource, hasUrl
public DiagramDescription getDescription()
public UmlDiagramType getUmlDiagramType()
getUmlDiagramType
in class UmlDiagram
protected ImageData exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
exportDiagramInternal
in class UmlDiagram
java.io.IOException
public CommandExecutionResult addEvent(BpmEvent event)
public CommandExecutionResult newBranch()
public CommandExecutionResult elseBranch()
public CommandExecutionResult endBranch()