Class TextSelectionManager.SelectionOverlay

  • All Implemented Interfaces:
    Overlay
    Enclosing class:
    TextSelectionManager

    protected class TextSelectionManager.SelectionOverlay
    extends java.lang.Object
    implements Overlay
    The selection overlay.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SelectionOverlay()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paint​(java.awt.Graphics g)
      Paints this overlay.
      • Methods inherited from class java.lang.Object

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

      • SelectionOverlay

        protected SelectionOverlay()
    • Method Detail

      • paint

        public void paint​(java.awt.Graphics g)
        Paints this overlay.
        Specified by:
        paint in interface Overlay