private abstract class Layouter.StreamToken
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
StreamToken() |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
followingSize()
Return the `section' size.
|
(package private) boolean |
followingSizeKnown()
Returns whether the followingSize is already known.
|
(package private) abstract void |
print()
Send this token to the Printer
Layouter.out. |
(package private) void |
setEnd()
Indicate that the corresponding next BreakToken or
CloseBlockToken has been encountered.
|
(package private) void |
setInfiniteSize()
Indicate that the followingSize is guaranteed to be larger than
the line width, and that it can thus be set to some large value.
|
(package private) abstract int |
size()
Return the size of this token if the block is not broken.
|
abstract void print()
throws java.io.IOException
Layouter.out.java.io.IOExceptionabstract int size()
int followingSize()
boolean followingSizeKnown()
void setEnd()
void setInfiniteSize()