Class Branch
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.Branch
-
public class Branch extends Object
-
-
Constructor Summary
Constructors Constructor Description Branch(StyleBuilder styleBuilder, Swimlane swimlane, LinkRendering labelPositive, Display labelTest, HColor color, LinkRendering inlabel)
-
Method Summary
-
-
-
Constructor Detail
-
Branch
public Branch(StyleBuilder styleBuilder, Swimlane swimlane, LinkRendering labelPositive, Display labelTest, HColor color, LinkRendering inlabel)
-
-
Method Detail
-
getDefaultStyleDefinitionArrow
public StyleSignature getDefaultStyleDefinitionArrow()
-
getDefaultStyleDefinitionDiamond
public StyleSignature getDefaultStyleDefinitionDiamond()
-
containsBreak
public boolean containsBreak()
-
getWeldingPoints
public Collection<WeldingPoint> getWeldingPoints()
-
add
public CommandExecutionResult add(Instruction ins)
-
kill
public boolean kill()
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
-
setInlinkRendering
public final void setInlinkRendering(LinkRendering inlinkRendering)
-
updateFtile
public void updateFtile(FtileFactory factory)
-
updateGtile
public void updateGtile(ISkinParam skinParam, StringBounder stringBounder)
-
getSwimlanes
public Collection<? extends Swimlane> getSwimlanes()
-
getLabelTest
public final Display getLabelTest()
-
getOut
public final Rainbow getOut()
-
getInlabel
public Display getInlabel()
-
getFtile
public final Ftile getFtile()
-
getGtile
public Gtile getGtile()
-
skinParam
public ISkinParam skinParam()
-
getColor
public final HColor getColor()
-
isEmpty
public boolean isEmpty()
-
getLast
public Instruction getLast()
-
isOnlySingleStopOrSpot
public boolean isOnlySingleStopOrSpot()
-
setSpecial
public void setSpecial(LinkRendering link)
-
getSpecial
public final LinkRendering getSpecial()
-
getDisplayPositive
public final Display getDisplayPositive()
-
getSpecialDisplay
public Display getSpecialDisplay()
-
getTextBlockPositive
public final TextBlock getTextBlockPositive()
-
getTextBlockSpecial
public final TextBlock getTextBlockSpecial()
-
-