class RtfSink.Space
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
next |
private int |
space |
private java.util.Vector |
stack |
Constructor and Description |
---|
Space(int space) |
Modifier and Type | Method and 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) |