| Package | Description |
|---|---|
| net.sourceforge.plantuml.timingdiagram |
| Modifier and Type | Method and Description |
|---|---|
TimeTick |
TimingDiagram.getNow() |
TimeTick |
Clock.getNow() |
TimeTick |
TickInPlayer.getTick() |
TimeTick |
TimeMessage.getTick1() |
TimeTick |
TimeConstraint.getTick1() |
TimeTick |
TimeMessage.getTick2() |
TimeTick |
TimeConstraint.getTick2() |
TimeTick |
ChangeState.getWhen() |
static TimeTick |
TimeTickBuilder.parseTimeTick(String name,
RegexResult arg,
Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimingDiagram.addTime(TimeTick time) |
void |
TimingRuler.addTime(TimeTick time) |
int |
TimeTick.compareTo(TimeTick other) |
void |
Player.createConstraint(TimeTick tick1,
TimeTick tick2,
String message) |
void |
TimingDiagram.createTimeMessage(Player player1,
TimeTick time1,
Player player2,
TimeTick time2,
String label) |
double |
TimingRuler.getPosInPixel(TimeTick when) |
IntricatedPoint |
TimeProjected.getTimeProjection(StringBounder stringBounder,
TimeTick tick) |
IntricatedPoint |
Player.getTimeProjection(StringBounder stringBounder,
TimeTick tick) |
IntricatedPoint |
Histogram.getTimeProjection(StringBounder stringBounder,
TimeTick tick) |
IntricatedPoint |
Ribbon.getTimeProjection(StringBounder stringBounder,
TimeTick tick) |
void |
Player.setState(TimeTick now,
String state,
String comment,
Colors color) |
void |
TimingDiagram.updateNow(TimeTick time) |
| Constructor and Description |
|---|
ChangeState(TimeTick when,
String state,
String comment,
Colors colors) |
TickInPlayer(Player player,
TimeTick tick) |
TimeConstraint(TimeTick tick1,
TimeTick tick2,
String label) |
Copyright © 2017. All rights reserved.