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