Class TextLine

    • Constructor Detail

      • TextLine

        public TextLine​(java.lang.String text)
    • Method Detail

      • getTextColor

        public java.awt.Color getTextColor()
      • setTextColor

        public void setTextColor​(java.awt.Color color)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isValidated

        public boolean isValidated()
        Description copied from interface: ValidatableLine
        True means that this line has been matched against another line, regardless of whether the two lines are the same or not.
        Specified by:
        isValidated in interface ValidatableLine
        Returns:
        true if this line has been matched against another line
      • setValidationLine

        public void setValidationLine​(ValidatableLine line)
        Description copied from interface: ValidatableLine
        Sets the other line that this line is validated against. The other line may be a full, partial, or no match at all.
        Specified by:
        setValidationLine in interface ValidatableLine
        Parameters:
        line - the line against which this line is validated
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object