Class LinethroughBlock

  • All Implemented Interfaces:
    Block

    public class LinethroughBlock
    extends java.lang.Object
    implements Block
    Since:
    1.4
    Author:
    Robert Scholte
    • Constructor Summary

      Constructors 
      Constructor Description
      LinethroughBlock​(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
    • Constructor Detail

      • LinethroughBlock

        public LinethroughBlock​(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.