Class DrawableSet
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.graphic.DrawableSet
-
public class DrawableSet extends Object
-
-
Method Summary
-
-
-
Method Detail
-
getVeryfirst
public ParticipantBox getVeryfirst()
-
getSkin
public final Rose getSkin()
-
getSkinParam
public final ISkinParam getSkinParam()
-
getAllEvents
public Collection<Event> getAllEvents()
-
getAllParticipants
public Set<Participant> getAllParticipants()
-
getAllLivingParticipantBox
public Collection<LivingParticipantBox> getAllLivingParticipantBox()
-
getAllGraphicalElements
public Collection<net.sourceforge.plantuml.sequencediagram.graphic.GraphicalElement> getAllGraphicalElements()
-
getLivingParticipantBox
public LivingParticipantBox getLivingParticipantBox(Participant p)
-
getEvent
public net.sourceforge.plantuml.sequencediagram.graphic.GraphicalElement getEvent(Event ev)
-
getHeadHeight
public double getHeadHeight(StringBounder stringBounder)
-
getHeadAndEngloberHeight
public double getHeadAndEngloberHeight(Participant p, StringBounder stringBounder)
-
getExistingParticipantEnglober
public List<Doll> getExistingParticipantEnglober(StringBounder stringBounder)
-
getOffsetForEnglobers
public double getOffsetForEnglobers(StringBounder stringBounder)
-
getTailHeight
public double getTailHeight(StringBounder stringBounder, boolean showTail)
-
addParticipant
public void addParticipant(Participant p, ParticipantEnglober participantEnglober)
-
setLivingParticipantBox
public void setLivingParticipantBox(Participant p, LivingParticipantBox box)
-
addEvent
public void addEvent(Event event, net.sourceforge.plantuml.sequencediagram.graphic.GraphicalElement object)
-
addEvent
public void addEvent(Newpage newpage, net.sourceforge.plantuml.sequencediagram.graphic.GraphicalNewpage object, Event justBefore)
-
getDimension
public XDimension2D getDimension()
-
getEngloberPreferedWidth
public double getEngloberPreferedWidth(StringBounder stringBounder, Doll doll)
-
getX1
public double getX1(Doll doll)
-
getX2
public double getX2(StringBounder stringBounder, Doll doll)
-
setTopStartingY
public void setTopStartingY(double topStartingY)
-
getArrowThickness
public double getArrowThickness()
-
-