Class SVGUpdateOverlay

java.lang.Object
org.apache.batik.swing.svg.SVGUpdateOverlay
All Implemented Interfaces:
Overlay

public class SVGUpdateOverlay extends Object implements Overlay
One line Class Desc Complete Class Desc
Version:
$Id: SVGUpdateOverlay.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • rects

      List rects
    • size

      int size
    • updateCount

      int updateCount
    • counts

      int[] counts
  • 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