Class RtfSink.Indentation

  • Enclosing class:
    RtfSink

    static class RtfSink.Indentation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int indent  
      private java.util.Vector stack  
    • Constructor Summary

      Constructors 
      Constructor Description
      Indentation​(int indent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void add​(int indent)  
      (package private) int get()  
      (package private) void restore()  
      (package private) void set​(int indent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • indent

        private int indent
      • stack

        private java.util.Vector stack
    • Constructor Detail

      • Indentation

        Indentation​(int indent)
    • Method Detail

      • set

        void set​(int indent)
      • get

        int get()
      • restore

        void restore()
      • add

        void add​(int indent)