Interface Indented

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String indentedStr​(int indent)
      Returns a string where line breaks extend the given amount of indentation.
    • Method Detail

      • indentedStr

        java.lang.String indentedStr​(int indent)
        Returns a string where line breaks extend the given amount of indentation.
        Parameters:
        indent - the amount of indent to start at. Pretty-printed subsequent lines may have additional indent.
        Returns:
        a string with the given starting offset (in spaces) for every line.