Class TimeConstraint
java.lang.Object
net.sourceforge.plantuml.timingdiagram.TimeConstraint
public class TimeConstraint
extends java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionTimeConstraint
(TimeTick tick1, TimeTick tick2, java.lang.String label, ISkinParam skinParam) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
containsStrict
(TimeTick other) void
drawU
(UGraphic ug, TimingRuler ruler) double
getConstraintHeight
(StringBounder stringBounder) static double
getHeightForConstraints
(StringBounder stringBounder, java.util.List<TimeConstraint> constraints) final Display
getLabel()
final TimeTick
getTick1()
final TimeTick
getTick2()
static double
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TimeConstraint
-
-
Method Details
-
containsStrict
-
getTick1
-
getTick2
-
getLabel
-
drawU
-
getConstraintHeight
-
getTopMargin
public static double getTopMargin() -
getHeightForConstraints
public static double getHeightForConstraints(StringBounder stringBounder, java.util.List<TimeConstraint> constraints)
-