Uses of Class
net.sourceforge.plantuml.json.PrettyPrint
Packages that use PrettyPrint
Package
Description
Provides classes used to manage JSON Data (with the minimal-json API).
-
Uses of PrettyPrint in net.sourceforge.plantuml.json
Methods in net.sourceforge.plantuml.json that return PrettyPrintModifier and TypeMethodDescriptionstatic PrettyPrint
PrettyPrint.indentWithSpaces
(int number) Print every value on a separate line.static PrettyPrint
PrettyPrint.indentWithTabs()
Do not break lines, but still insert whitespace between values.static PrettyPrint
PrettyPrint.singleLine()
Print every value on a separate line.