Class Branch
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.Branch
-
public class Branch extends java.lang.Object
-
-
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)
HtmlColor
getColor()
Ftile
getFtile()
Display
getInlabel()
Rainbow
getInlinkRenderingColorAndStyle()
Display
getLabelPositive()
Display
getLabelTest()
Instruction
getLast()
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)
-
-
-
Method Detail
-
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()
-
getInlinkRenderingColorAndStyle
public final Rainbow getInlinkRenderingColorAndStyle()
-
getInlabel
public Display getInlabel()
-
getFtile
public final Ftile getFtile()
-
skinParam
public ISkinParam skinParam()
-
getColor
public final HtmlColor getColor()
-
isEmpty
public boolean isEmpty()
-
getLast
public Instruction getLast()
-
isOnlySingleStopOrSpot
public boolean isOnlySingleStopOrSpot()
-
setSpecial
public void setSpecial(LinkRendering link)
-
getSpecial
public final LinkRendering getSpecial()
-
-