All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
CommandExecutionResult |
addActivity(Display activity,
BoxStyle boxStyle,
Url url,
Colors colors,
Stereotype stereotype) |
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,
HColor color) |
CommandExecutionResult |
backward(Display label,
BoxStyle boxStyle,
LinkRendering incoming1,
LinkRendering incoming2,
Stereotype stereotype) |
void |
breakInstruction() |
void |
doWhile(Display test,
Display yes,
HColor color) |
CommandExecutionResult |
else2(LinkRendering whenElse) |
CommandExecutionResult |
elseIf(LinkRendering inlabel,
Display test,
LinkRendering whenThen,
HColor color) |
void |
end() |
CommandExecutionResult |
endFork(ForkStyle forkStyle,
java.lang.String label) |
CommandExecutionResult |
endGroup() |
CommandExecutionResult |
endif() |
CommandExecutionResult |
endSplit() |
CommandExecutionResult |
endSwitch() |
CommandExecutionResult |
endwhile(Display out) |
protected ImageData |
exportDiagramInternal(java.io.OutputStream os,
int index,
FileFormatOption fileFormatOption) |
void |
fork() |
CommandExecutionResult |
forkAgain() |
DiagramDescription |
getDescription() |
protected TextBlock |
getTextMainBlock(FileFormatOption fileFormatOption) |
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,
HColor backColor,
USymbol type,
Style style) |
void |
startIf(Display test,
Display whenThen,
HColor color,
Url url,
Stereotype stereotype) |
void |
startRepeat(HColor color,
Display label,
BoxStyle boxStyleIn,
Colors colors) |
void |
startSwitch(Display test,
HColor color) |
void |
stop() |
CommandExecutionResult |
swimlane(java.lang.String name,
HColor color,
Display label) |
CommandExecutionResult |
switchCase(Display labelCase) |