- All Implemented Interfaces:
Block
-
-
Constructor Summary
Constructors
Constructor for TextBlock.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
TextBlock
Constructor for TextBlock.
- Parameters:
text
- the text.
-
Method Details
-
traverse
public void traverse(Sink sink)
- Specified by:
traverse
in interface Block
- Parameters:
sink
- a Sink
object.