Class RtfSink.Space

  • Enclosing class:
    RtfSink

    class RtfSink.Space
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Space​(int space)  
    • Method Summary

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

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

      • space

        private int space
      • next

        private int next
      • stack

        private java.util.Vector stack
    • Constructor Detail

      • Space

        Space​(int space)
    • Method Detail

      • set

        void set​(int space)
      • get

        int get()
      • restore

        void restore()
      • setNext

        void setNext​(int space)
      • getNext

        int getNext()
      • skip

        void skip()
      • skip

        void skip​(int space)