All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addActivity(Display activity,
BoxStyle style,
Url url,
Colors colors) |
CommandExecutionResult |
addGoto(java.lang.String name) |
CommandExecutionResult |
addLabel(java.lang.String name) |
CommandExecutionResult |
addNote(Display note,
NotePosition position) |
void |
doWhile(Display test,
Display yes,
HtmlColor color) |
CommandExecutionResult |
else2(Display whenElse) |
CommandExecutionResult |
elseIf(Display test,
Display whenThen,
HtmlColor color) |
void |
end() |
CommandExecutionResult |
endFork() |
CommandExecutionResult |
endGroup() |
CommandExecutionResult |
endif() |
CommandExecutionResult |
endSplit() |
CommandExecutionResult |
endwhile(Display out) |
protected ImageData |
exportDiagramInternal(java.io.OutputStream os,
int index,
FileFormatOption fileFormatOption) |
void |
fork() |
CommandExecutionResult |
forkAgain() |
DiagramDescription |
getDescription() |
UmlDiagramType |
getUmlDiagramType() |
boolean |
hasUrl()
Check if the Diagram have some links.
|
CommandExecutionResult |
kill() |
CommandExecutionResult |
repeatWhile(Display label,
Display yes,
Display out,
Display linkLabel,
HtmlColor linkColor) |
void |
setColorNextArrow(HtmlColor color) |
void |
setLabelNextArrow(Display label) |
void |
split() |
CommandExecutionResult |
splitAgain() |
void |
start() |
void |
startGroup(Display name,
HtmlColor backColor,
HtmlColor titleColor) |
void |
startIf(Display test,
Display whenThen,
HtmlColor color) |
void |
startRepeat(HtmlColor color) |
void |
stop() |
CommandExecutionResult |
swimlane(java.lang.String name,
HtmlColor color,
Display label) |