getIndent abstract method

String getIndent(
  1. int level
)

Returns the indentation with the given level.

Implementation

String getIndent(int level);