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,
NoteType type,
Colors colors) |
void |
addSpot(java.lang.String spot) |
CommandExecutionResult |
backwardWhile(Display label) |
void |
breakInstruction() |
void |
doWhile(Display test,
Display yes,
HtmlColor color) |
CommandExecutionResult |
else2(Display whenElse) |
CommandExecutionResult |
elseIf(Display inlabel,
Display test,
Display whenThen,
HtmlColor color) |
void |
end() |
CommandExecutionResult |
endFork(ForkStyle forkStyle,
java.lang.String label) |
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,
Rainbow linkColor) |
void |
setColorNextArrow(Rainbow color) |
void |
setLabelNextArrow(Display label) |
void |
split() |
CommandExecutionResult |
splitAgain() |
void |
start() |
void |
startGroup(Display name,
HtmlColor backColor,
HtmlColor titleColor,
HtmlColor borderColor,
USymbol type,
double roundCorner) |
void |
startIf(Display test,
Display whenThen,
HtmlColor color) |
void |
startRepeat(HtmlColor color,
Display label) |
void |
stop() |
CommandExecutionResult |
swimlane(java.lang.String name,
HtmlColor color,
Display label) |