net.sourceforge.plantuml.sequencediagram.graphic
Class LivingParticipantBox

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.graphic.LivingParticipantBox
All Implemented Interfaces:
InGroupable

public class LivingParticipantBox
extends Object
implements InGroupable


Constructor Summary
LivingParticipantBox(ParticipantBox participantBox, net.sourceforge.plantuml.sequencediagram.graphic.LifeLine lifeLine)
           
 
Method Summary
 void create(double ypos)
           
 void drawLineU(UGraphic ug, double startingY, double endingY, boolean showTail)
           
 double getCreate()
           
 net.sourceforge.plantuml.sequencediagram.graphic.LifeLine getLifeLine()
          Deprecated. a virer
 net.sourceforge.plantuml.sequencediagram.graphic.SegmentColored getLiveThicknessAt(StringBounder stringBounder, double y)
           
 double getMaxX(StringBounder stringBounder)
           
 double getMinX(StringBounder stringBounder)
           
 ParticipantBox getParticipantBox()
          Deprecated. a virer
 double magicMargin(StringBounder stringBounder)
           
 String toString(StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LivingParticipantBox

public LivingParticipantBox(ParticipantBox participantBox,
                            net.sourceforge.plantuml.sequencediagram.graphic.LifeLine lifeLine)
Method Detail

getParticipantBox

public ParticipantBox getParticipantBox()
Deprecated. a virer


getLifeLine

public net.sourceforge.plantuml.sequencediagram.graphic.LifeLine getLifeLine()
Deprecated. a virer


getLiveThicknessAt

public net.sourceforge.plantuml.sequencediagram.graphic.SegmentColored getLiveThicknessAt(StringBounder stringBounder,
                                                                                          double y)

drawLineU

public void drawLineU(UGraphic ug,
                      double startingY,
                      double endingY,
                      boolean showTail)

magicMargin

public double magicMargin(StringBounder stringBounder)

create

public void create(double ypos)

getCreate

public double getCreate()

getMaxX

public double getMaxX(StringBounder stringBounder)
Specified by:
getMaxX in interface InGroupable

getMinX

public double getMinX(StringBounder stringBounder)
Specified by:
getMinX in interface InGroupable

toString

public String toString(StringBounder stringBounder)
Specified by:
toString in interface InGroupable


Copyright © 2011. All Rights Reserved.