net.sourceforge.plantuml.activitydiagram3
Class ActivityDiagram3
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.UmlDiagram
net.sourceforge.plantuml.activitydiagram3.ActivityDiagram3
- All Implemented Interfaces:
- Diagram
public class ActivityDiagram3
- extends UmlDiagram
Methods inherited from class net.sourceforge.plantuml.UmlDiagram |
addSprite, exportCmap, exportDiagram, getDpi, getDpiFactor, getFooter, getFooterAlignment, getHeader, getHeaderAlignment, getLegend, getLegendAlignment, getMinwidth, getPragma, getScale, getSkinParam, getTitle, getWarningOrError, isHideUnlinkedData, isRotation, setFooter, setFooterAlignment, setHeader, setHeaderAlignment, setHideUnlinkedData, setLegend, setMinwidth, setParam, setRotation, setScale, setTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityDiagram3
public ActivityDiagram3()
swimlane
public CommandExecutionResult swimlane(String name,
HtmlColor color,
Display label)
addActivity
public void addActivity(Display activity,
HtmlColor color)
start
public void start()
stop
public void stop()
getDescription
public String getDescription()
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
- Specified by:
getUmlDiagramType
in class UmlDiagram
exportDiagramInternal
protected ImageData exportDiagramInternal(OutputStream os,
int index,
FileFormatOption fileFormatOption,
List<BufferedImage> flashcodes)
throws IOException
- Specified by:
exportDiagramInternal
in class UmlDiagram
- Throws:
IOException
fork
public void fork()
forkAgain
public CommandExecutionResult forkAgain()
endFork
public CommandExecutionResult endFork()
split
public void split()
splitAgain
public CommandExecutionResult splitAgain()
endSplit
public CommandExecutionResult endSplit()
startIf
public void startIf(Display test,
Display whenThen)
endif
public CommandExecutionResult endif()
else2
public CommandExecutionResult else2(Display whenElse)
startRepeat
public void startRepeat()
repeatWhile
public CommandExecutionResult repeatWhile(Display label)
doWhile
public void doWhile(Display test,
Display yes)
endwhile
public CommandExecutionResult endwhile(Display out)
kill
public final CommandExecutionResult kill()
startGroup
public void startGroup(Display name)
endGroup
public CommandExecutionResult endGroup()
setNextLink
public void setNextLink(LinkRendering linkRenderer)
addNote
public CommandExecutionResult addNote(Display note,
NotePosition position)
Copyright © 2013. All Rights Reserved.