Interface TextAccessor.TextProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      The String being build by the builder upon the settings of the attributes.
      java.lang.String[] toStrings()
      The Strings being build by the builder upon the settings of the attributes.
    • Method Detail

      • toStrings

        java.lang.String[] toStrings()
        The Strings being build by the builder upon the settings of the attributes.
        Returns:
        The according resulting String array
      • toString

        java.lang.String toString()
        The String being build by the builder upon the settings of the attributes. In case more then one line has been set as input and the functionality of the builder is applied to each line in separate, then this method returns all of them lines concatenated with a line break between each of them (implementation depended).
        Overrides:
        toString in class java.lang.Object
        Returns:
        The according resulting String