Class SerializingDependencyNodeVisitor.GraphTokens

  • Enclosing class:
    SerializingDependencyNodeVisitor

    public static class SerializingDependencyNodeVisitor.GraphTokens
    extends Object
    Provides tokens to use when serializing the dependency graph.
    • Constructor Detail

      • GraphTokens

        public GraphTokens​(String nodeIndent,
                           String lastNodeIndent,
                           String fillIndent,
                           String lastFillIndent)
    • Method Detail

      • getNodeIndent

        public String getNodeIndent​(boolean last)
      • getFillIndent

        public String getFillIndent​(boolean last)