public class LifelineState extends Object
| Constructor and Description |
|---|
LifelineState(Lifeline line,
String stateName,
long startTime,
long endTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInboundArrow(Arrow arrow) |
int |
getHeight() |
Set<Arrow> |
getInboundArrows() |
Lifeline |
getLine() |
Component |
getPopup() |
int |
getStartY() |
void |
highlight(Graphics2D g) |
void |
paint(Graphics2D g,
StateColorMap colorMap) |
void |
resize(double scale,
long base) |
String |
toString() |
public int getStartY()
public int getHeight()
public void paint(Graphics2D g, StateColorMap colorMap)
public void highlight(Graphics2D g)
public void resize(double scale,
long base)
public Component getPopup()
public Lifeline getLine()
public void addInboundArrow(Arrow arrow)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.