-
- All Implemented Interfaces:
public abstract class IndentPrinter
-
-
Constructor Summary
Constructors Constructor Description IndentPrinter()
-
Method Summary
Modifier and Type Method Description IndentPrinterprint(String value)IndentPrinterstartBlock()IndentPrinterendBlock()-
-
Method Detail
-
print
IndentPrinter print(String value)
-
startBlock
IndentPrinter startBlock()
-
endBlock
IndentPrinter endBlock()
-
-
-
-