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, ISkinParam skinParam)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug, TimingRuler ruler)
double
getConstraintHeight(StringBounder stringBounder)
static double
getHeightForConstraints(StringBounder stringBounder, java.util.List<TimeConstraint> constraints)
Display
getLabel()
TimeTick
getTick1()
TimeTick
getTick2()
static double
getTopMargin()
-
-
-
Constructor Detail
-
TimeConstraint
public TimeConstraint(TimeTick tick1, TimeTick tick2, java.lang.String label, ISkinParam skinParam)
-
-
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)
-
getConstraintHeight
public double getConstraintHeight(StringBounder stringBounder)
-
getTopMargin
public static double getTopMargin()
-
getHeightForConstraints
public static double getHeightForConstraints(StringBounder stringBounder, java.util.List<TimeConstraint> constraints)
-
-