Package nl.talsmasoftware.umldoclet.rendering.indent


package nl.talsmasoftware.umldoclet.rendering.indent
Package defining an Indentation concept.

This makes it easier to generate human-readable PlantUML sources.

  • Classes
    Class
    Description
    Type to capture the indentation as an immutable type containing a pre-filled buffer to quickly be written.
    PrintWriter implementation that will indent each new line with a specified number of whitespace characters.
    Writer implementation that will indent each new line with a specified number of whitespace characters (four by default).