Class RtfSink.Context

  • Enclosing class:
    RtfSink

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

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

      Constructors 
      Constructor Description
      Context()  
    • Method Summary

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

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

      • context

        private int context
      • stack

        private java.util.Vector stack
    • Constructor Detail

      • Context

        Context()
    • Method Detail

      • set

        void set​(int context)
      • restore

        void restore()
      • get

        int get()