Class SVGUpdateOverlay

  • All Implemented Interfaces:
    Overlay

    public class SVGUpdateOverlay
    extends java.lang.Object
    implements Overlay
    One line Class Desc Complete Class Desc
    • 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
    • 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