Class UnderlineBlock

  • All Implemented Interfaces:
    Block

    public class UnderlineBlock
    extends java.lang.Object
    implements Block
    Since:
    1.4
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      UnderlineBlock​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void traverse​(Sink sink)
      traverse.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • text

        private java.lang.String text
    • Constructor Detail

      • UnderlineBlock

        public UnderlineBlock​(java.lang.String text)
    • Method Detail

      • traverse

        public void traverse​(Sink sink)
        Description copied from interface: Block

        traverse.

        Specified by:
        traverse in interface Block
        Parameters:
        sink - a Sink object.