Class SVGUpdateOverlay

java.lang.Object
io.sf.carte.echosvg.swing.svg.SVGUpdateOverlay
All Implemented Interfaces:
Overlay

public class SVGUpdateOverlay extends Object implements Overlay
One line Class Desc Complete Class Desc
  • Constructor Details

    • SVGUpdateOverlay

      public SVGUpdateOverlay(int size, int numUpdates)
  • Method Details

    • addRect

      public void addRect(Rectangle r)
    • endUpdate

      public void endUpdate()
    • paint

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