private class Layouter.StringToken extends Layouter.StreamToken
print call.| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
s |
| Constructor and Description |
|---|
StringToken(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
print()
Send this token to the Printer
Layouter.out. |
(package private) int |
size()
Return the size of this token if the block is not broken.
|
followingSize, followingSizeKnown, setEnd, setInfiniteSizevoid print()
throws java.io.IOException
Layouter.StreamTokenLayouter.out.print in class Layouter.StreamTokenjava.io.IOExceptionint size()
Layouter.StreamTokensize in class Layouter.StreamToken