Interface TextBlockCondition

    • Method Summary

      Modifier and Type Method Description
      boolean meetsCondition​(TextBlock tb)
      Returns true iff the given TextBlock tb meets the defined condition.
    • Method Detail

      • meetsCondition

        boolean meetsCondition​(TextBlock tb)
        Returns true iff the given TextBlock tb meets the defined condition.
        Parameters:
        tb -
        Returns:
        iff the condition is met.