Class TimeMessage
- java.lang.Object
-
- net.sourceforge.plantuml.cucadiagram.WithLinkType
-
- net.sourceforge.plantuml.timingdiagram.TimeMessage
-
public class TimeMessage extends WithLinkType
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.cucadiagram.WithLinkType
hidden, type
-
-
Constructor Summary
Constructors Constructor Description TimeMessage(TickInPlayer tickInPlayer1, TickInPlayer tickInPlayer2, String label, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Display
getLabel()
Player
getPlayer1()
Player
getPlayer2()
TimeTick
getTick1()
TimeTick
getTick2()
UStroke
getUStroke()
void
goNorank()
-
Methods inherited from class net.sourceforge.plantuml.cucadiagram.WithLinkType
applyStyle, getColors, getSpecificColor, getSupplementaryColors, getType, goBold, goDashed, goDotted, goHidden, goSingle, goThickness, isSingle, setColors, setSpecificColor, setSpecificColor
-
-
-
-
Constructor Detail
-
TimeMessage
public TimeMessage(TickInPlayer tickInPlayer1, TickInPlayer tickInPlayer2, String label, ISkinParam skinParam)
-
-
Method Detail
-
getUStroke
public UStroke getUStroke()
- Overrides:
getUStroke
in classWithLinkType
-
getPlayer1
public final Player getPlayer1()
-
getPlayer2
public final Player getPlayer2()
-
getTick1
public final TimeTick getTick1()
-
getTick2
public final TimeTick getTick2()
-
getLabel
public final Display getLabel()
-
goNorank
public void goNorank()
- Specified by:
goNorank
in classWithLinkType
-
-