Class TimeConstraint

java.lang.Object
net.sourceforge.plantuml.timingdiagram.TimeConstraint

public class TimeConstraint extends Object
  • Constructor Details

  • Method Details

    • containsStrict

      public final boolean containsStrict(TimeTick other)
    • 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, List<TimeConstraint> constraints)