Class SVGUpdateOverlay

  • All Implemented Interfaces:
    Overlay

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

      Fields 
      Modifier and Type Field Description
      (package private) int[] counts  
      (package private) java.util.List rects  
      (package private) int size  
      (package private) int updateCount  
    • Constructor Summary

      Constructors 
      Constructor Description
      SVGUpdateOverlay​(int size, int numUpdates)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addRect​(java.awt.Rectangle r)  
      void endUpdate()  
      void paint​(java.awt.Graphics g)
      Paints this overlay.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rects

        java.util.List rects
      • size

        int size
      • updateCount

        int updateCount
      • counts

        int[] counts
    • Constructor Detail

      • SVGUpdateOverlay

        public SVGUpdateOverlay​(int size,
                                int numUpdates)
    • Method Detail

      • addRect

        public void addRect​(java.awt.Rectangle r)
      • endUpdate

        public void endUpdate()
      • paint

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