Uses of Class
nl.talsmasoftware.umldoclet.rendering.indent.IndentingWriter
Packages that use IndentingWriter
-
Uses of IndentingWriter in nl.talsmasoftware.umldoclet.rendering.indent
Methods in nl.talsmasoftware.umldoclet.rendering.indent that return IndentingWriterModifier and TypeMethodDescriptionprotected IndentingWriterIndentingPrintWriter.getDelegate()IndentingWriter.indent()IndentingWriter.unindent()IndentingWriter.whitespace()Makes sure there is at least one whitespace character between the last charater and the next.IndentingWriter.withIndentation(Indentation newIndentation) Returns an indenting writer with the new indentation.static IndentingWriterIndentingWriter.wrap(Appendable delegate, Indentation indentation) Returns an indenting writer around the givendelegate.
If thedelegatewriter is already an indenting writer, it will simply be returnedwith the specified indentation.
If thedelegatewriter is not yet an indending writer, a new indenting writer class will be created to wrap the delegate using the specifiedindentation.