Class TimeConstraint
- java.lang.Object
-
- net.sourceforge.plantuml.timingdiagram.TimeConstraint
-
public class TimeConstraint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TimeConstraint(TimeTick tick1, TimeTick tick2, java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug, TimingRuler ruler, ISkinParam skinParam)
Display
getLabel()
TimeTick
getTick1()
TimeTick
getTick2()
-
-
-
Method Detail
-
getTick1
public final TimeTick getTick1()
-
getTick2
public final TimeTick getTick2()
-
getLabel
public final Display getLabel()
-
drawU
public void drawU(UGraphic ug, TimingRuler ruler, ISkinParam skinParam)
-
-