Class Branch
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.Branch
-
public class Branch extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Branch(StyleBuilder styleBuilder, Swimlane swimlane, LinkRendering labelPositive, Display labelTest, HColor color, LinkRendering inlabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Instruction ins)
boolean
addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
boolean
containsBreak()
HColor
getColor()
StyleSignature
getDefaultStyleDefinitionArrow()
StyleSignature
getDefaultStyleDefinitionDiamond()
Ftile
getFtile()
Rainbow
getInColor(Rainbow arrowColor)
Display
getInlabel()
Rainbow
getInRainbow(Rainbow defaultColor)
Display
getLabelPositive()
Rainbow
getLabelPositiveRainbow(Rainbow defaultColor)
Display
getLabelTest()
Instruction
getLast()
Rainbow
getOut()
LinkRendering
getSpecial()
java.util.Collection<? extends Swimlane>
getSwimlanes()
java.util.Collection<WeldingPoint>
getWeldingPoints()
boolean
isEmpty()
boolean
isOnlySingleStopOrSpot()
boolean
kill()
void
setInlinkRendering(LinkRendering inlinkRendering)
void
setSpecial(LinkRendering link)
ISkinParam
skinParam()
void
updateFtile(FtileFactory factory)
-
-
-
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 java.util.Collection<WeldingPoint> getWeldingPoints()
-
add
public void 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)
-
getSwimlanes
public java.util.Collection<? extends Swimlane> getSwimlanes()
-
getLabelPositive
public final Display getLabelPositive()
-
getLabelTest
public final Display getLabelTest()
-
getOut
public final Rainbow getOut()
-
getInlabel
public Display getInlabel()
-
getFtile
public final Ftile getFtile()
-
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()
-
-