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)ParticipantEnglobergetEnglober()java.awt.geom.Dimension2DgetHeadPreferredDimension(StringBounder stringBounder)intgetLevelAt(Tile tile, EventsHistoryMode mode)ParticipantgetParticipant()RealgetPosB()RealgetPosC(StringBounder stringBounder)RealgetPosC2(StringBounder stringBounder)RealgetPosD(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 java.awt.geom.Dimension2D 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()
-
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()
-
-