org.apache.batik.swing.gvt
Interface Overlay

All Known Implementing Classes:
AbstractZoomInteractor.ZoomOverlay, 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,v 1.2 2003/08/08 11:39:24 vhardy Exp $
Author:
Stephane Hillion

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

Method Detail

paint

public void paint(java.awt.Graphics g)
Paints this overlay.



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.