org.apache.batik.swing.gvt
Interface Overlay

All Known Implementing Classes:
AbstractZoomInteractor.ZoomOverlay, SVGUpdateOverlay, TextSelectionManager.SelectionOverlay

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 $
Author:
Stephane Hillion

Method Summary
 void paint(Graphics g)
          Paints this overlay.
 

Method Detail

paint

void paint(Graphics g)
Paints this overlay.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.