Class LivingSpace
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.LivingSpace
-
public class LivingSpace extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LivingSpace(Participant p, ParticipantEnglober englober, Rose skin, ISkinParam skinParam, Real position, java.util.List<Event> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStepForLivebox(Event event, double y)voiddelayOn(double y, double height)voiddrawHead(UGraphic ug, Context2D context, VerticalAlignment verticalAlignment, HorizontalAlignment horizontalAlignment)voiddrawLineAndLiveboxes(UGraphic ug, double height, Context2D context)voidensureMarginAfter(double margin)voidensureMarginBefore(double margin)ParticipantEnglobergetEnglober()XDimension2DgetHeadPreferredDimension(StringBounder stringBounder)intgetLevelAt(Tile tile, EventsHistoryMode mode)ParticipantgetParticipant()RealgetPosA(StringBounder stringBounder)RealgetPosB(StringBounder stringBounder)RealgetPosC(StringBounder stringBounder)RealgetPosC2(StringBounder stringBounder)RealgetPosD(StringBounder stringBounder)RealgetPosE(StringBounder stringBounder)voidgoCreate()voidgoCreate(double y)java.lang.StringtoString()
-
-
-
Constructor Detail
-
LivingSpace
public LivingSpace(Participant p, ParticipantEnglober englober, Rose skin, ISkinParam skinParam, Real position, java.util.List<Event> events)
-
-
Method Detail
-
getLevelAt
public int getLevelAt(Tile tile, EventsHistoryMode mode)
-
addStepForLivebox
public void addStepForLivebox(Event event, double y)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
drawLineAndLiveboxes
public void drawLineAndLiveboxes(UGraphic ug, double height, Context2D context)
-
drawHead
public void drawHead(UGraphic ug, Context2D context, VerticalAlignment verticalAlignment, HorizontalAlignment horizontalAlignment)
-
getHeadPreferredDimension
public XDimension2D getHeadPreferredDimension(StringBounder stringBounder)
-
getPosC
public Real getPosC(StringBounder stringBounder)
-
getPosC2
public Real getPosC2(StringBounder stringBounder)
-
getPosD
public Real getPosD(StringBounder stringBounder)
-
getPosB
public Real getPosB(StringBounder stringBounder)
-
getParticipant
public Participant getParticipant()
-
goCreate
public void goCreate(double y)
-
goCreate
public void goCreate()
-
delayOn
public void delayOn(double y, double height)
-
getEnglober
public ParticipantEnglober getEnglober()
-
ensureMarginBefore
public void ensureMarginBefore(double margin)
-
ensureMarginAfter
public void ensureMarginAfter(double margin)
-
getPosA
public Real getPosA(StringBounder stringBounder)
-
getPosE
public Real getPosE(StringBounder stringBounder)
-
-