|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.performance.sequence.LifeLine
public class LifeLine
Class that represents the lifeline of a data-element instance.
Constructor Summary | |
---|---|
LifeLine(java.lang.String dataElt,
double height)
Constructor to initialize the lifeline |
Method Summary | |
---|---|
void |
drawLifeLine(java.awt.Graphics2D g,
double scale)
Draws the name of a data-element in a box and draws a life line from the middle of this rectangle to the bottom of the sequence diagram panel. |
java.lang.String |
getElt()
|
double |
getMiddle()
Returns the x-coordinate of the middle position of the data-element box |
double |
getWidth()
Returns the width of the data-element box |
void |
setBeginPosition(int beginPosition)
Sets the begin position |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LifeLine(java.lang.String dataElt, double height)
dataElt
- Stringheight
- doubleMethod Detail |
---|
public java.lang.String getElt()
public double getWidth()
public double getMiddle()
public void setBeginPosition(int beginPosition)
beginPosition
- intpublic void drawLifeLine(java.awt.Graphics2D g, double scale)
g
- Graphics2Dscale
- double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |