Class RtfSink.Space

java.lang.Object
org.apache.maven.doxia.module.rtf.RtfSink.Space
Enclosing class:
RtfSink

class RtfSink.Space extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private int
     
    private Vector
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Space(int space)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) int
    get()
     
    (package private) int
     
    (package private) void
     
    (package private) void
    set(int space)
     
    (package private) void
    setNext(int space)
     
    (package private) void
     
    (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 Details

    • space

      private int space
    • next

      private int next
    • stack

      private Vector stack
  • Constructor Details

    • Space

      Space(int space)
  • Method Details

    • 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)