Class AbstractZoomInteractor.ZoomOverlay

java.lang.Object
io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor.ZoomOverlay
All Implemented Interfaces:
Overlay
Enclosing class:
AbstractZoomInteractor

protected class AbstractZoomInteractor.ZoomOverlay extends Object implements Overlay
To paint the interactor.
  • Constructor Details

    • ZoomOverlay

      protected ZoomOverlay()
  • Method Details

    • paint

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