java.lang.Object
org.kordamp.jarviz.reporting.Formatter
- Direct Known Subclasses:
JsonFormatter,TxtFormatter,XmlFormatter,YamlFormatter
- Since:
- 0.2.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidprotected StringformatValue(String value) protected StringformatValue(Node node) protected intprotected intindentationFor(Node node) protected intindentationFor(Node node, int offset)
-
Field Details
-
INDENT
- See Also:
-
SPACE
- See Also:
-
EMPTY
- See Also:
-
-
Constructor Details
-
Formatter
public Formatter()
-
-
Method Details
-
write
-
append
-
indentAdjustment
protected int indentAdjustment() -
indentationFor
-
indentationFor
-
formatValue
-
formatValue
-