Class WhitespaceMarkerFactory.LFMarker

  • All Implemented Interfaces:
    IMarker
    Enclosing class:
    WhitespaceMarkerFactory

    public static class WhitespaceMarkerFactory.LFMarker
    extends AbstractMarker
    Marker for linefeed. There is a linefeed symbol: U+240A. But it is so small / hard to see, that instead we use U+00B6 as the symbol to show, like other applications do.
    • Constructor Summary

      Constructors 
      Constructor Description
      LFMarker()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LFMarker

        public LFMarker()
                 throws java.lang.Exception
        Throws:
        java.lang.Exception