Class ActivityDiagram3
java.lang.Object
net.sourceforge.plantuml.core.AbstractDiagram
net.sourceforge.plantuml.UgDiagram
net.sourceforge.plantuml.TitledDiagram
net.sourceforge.plantuml.activitydiagram3.ActivityDiagram3
- All Implemented Interfaces:
Annotated,Diagram,WarningHandler,WithSprite
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.TitledDiagram
FORCE_ELK, FORCE_SMETANA -
Constructor Summary
ConstructorsConstructorDescriptionActivityDiagram3(UmlSource source, Previous previous, PreprocessingArtifact preprocessing) -
Method Summary
Modifier and TypeMethodDescriptionaddActivity(Display activity, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype) addNote(Display note, NotePosition position, NoteType type, Colors colors, Stereotype stereotype) voidbackward(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) voidvoidelse2(LinkRendering whenElse) elseIf(LinkRendering inlabel, Display test, LinkRendering whenThen, HColor color) voidendSplit()voidgetTextBlock12026(int num, FileFormatOption fileFormatOption) booleanhasUrl()final CommandExecutionResultkill()repeatWhile(Display label, Display yes, Display out, Display linkLabel, Rainbow linkColor, Colors color, Stereotype stereotype) voidsetColorNextArrow(Rainbow color) voidsetLabelNextArrow(Display label) voidsplit()voidvoidstartGroup(Display name, HColor backColor, USymbol type, Style style) voidvoidstartRepeat(Display label, BoxStyle boxStyleIn, Colors colors, Stereotype stereotype) voidstartSwitch(Display test, Colors colors) voidswitchCase(Display labelCase) Methods inherited from class net.sourceforge.plantuml.TitledDiagram
addChrome, addSprite, addWarning, calculateBackColor, exportCmap, getCaption, getCurrentStyleBuilder, getDefaultMargins, getDiagramType, getFooter, getFooterOrHeaderTeoz, getHeader, getLegend, getMainFrame, getNamespaceSeparator, getPragma, getPrevious, getSkinParam, getTitle, getTitleDisplay, getWarningOrError, getWarnings, isHandwritten, isSkinParamUsed, isUseElk, isUseSmetana, loadSkin, muteColorMapper, setCaption, setHideEmptyDescription, setLegend, setMainFrame, setNamespaceSeparator, setParam, setSkinParamUsed, setTitle, setUseElk, setUseSmetana, updateFooter, updateHeaderMethods inherited from class net.sourceforge.plantuml.UgDiagram
exportDiagram, getExporterMethods inherited from class net.sourceforge.plantuml.core.AbstractDiagram
checkFinalError, executeCommand, exportGraphml, exportScxml, exportTxt, exportXmi, getFlashData, getInstallationRequirement, getMetadata, getNbImages, getPathSystem, getPreprocessingArtifact, getRequiredPass, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, isIncomplete, makeDiagramReady, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical, startingPass
-
Constructor Details
-
ActivityDiagram3
-
-
Method Details
-
swimlane
-
addActivity
public CommandExecutionResult addActivity(Display activity, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype) -
addSpot
-
addGoto
-
addLabel
-
start
-
stop
-
end
-
breakInstruction
public void breakInstruction() -
getDescription
-
getTextBlock12026
- Specified by:
getTextBlock12026in classUgDiagram
-
fork
-
forkAgain
-
endFork
-
split
public void split() -
splitAgain
-
endSplit
-
startSwitch
-
switchCase
-
endSwitch
-
startIf
-
elseIf
public CommandExecutionResult elseIf(LinkRendering inlabel, Display test, LinkRendering whenThen, HColor color) -
else2
-
endif
-
startRepeat
-
repeatWhile
public CommandExecutionResult repeatWhile(Display label, Display yes, Display out, Display linkLabel, Rainbow linkColor, Colors color, Stereotype stereotype) -
backward
public CommandExecutionResult backward(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) -
doWhile
-
endwhile
-
kill
-
startGroup
-
closeGroup
-
setLabelNextArrow
-
setColorNextArrow
-
addNote
public CommandExecutionResult addNote(Display note, NotePosition position, NoteType type, Colors colors, Stereotype stereotype) -
hasUrl
public boolean hasUrl()- Specified by:
hasUrlin interfaceDiagram- Overrides:
hasUrlin classAbstractDiagram
-