Class ElementOverlayManager.ElementOverlay

  • All Implemented Interfaces:
    Overlay
    Enclosing class:
    ElementOverlayManager

    public class ElementOverlayManager.ElementOverlay
    extends java.lang.Object
    implements Overlay
    The element overlay.
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementOverlay()  
    • 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

      • ElementOverlay

        public ElementOverlay()
    • Method Detail

      • paint

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