Interface Overlay

All Known Implementing Classes:
AbstractZoomInteractor.ZoomOverlay, ElementOverlayManager.ElementOverlay, SVGUpdateOverlay, TextSelectionManager.SelectionOverlay, ThumbnailDialog.AreaOfInterestOverlay

public interface Overlay
This interface represents an object painted over the GVT rendering in a JGVTComponent.
Version:
$Id: Overlay.java 1733416 2016-03-03 07:07:13Z gadams $
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Paints this overlay.
  • Method Details

    • paint

      void paint(Graphics g)
      Paints this overlay.