Class PaintAutoSave

  • All Implemented Interfaces:
    java.lang.Runnable

    class PaintAutoSave
    extends java.util.TimerTask
    DOCUMENT ME!
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) ModelImage image
      DOCUMENT ME!
    • Constructor Summary

      Constructors 
      Constructor Description
      PaintAutoSave​(ModelImage img)
      Creates a new PaintAutoSave object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      DOCUMENT ME!
      • Methods inherited from class java.util.TimerTask

        cancel, scheduledExecutionTime
      • Methods inherited from class java.lang.Object

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

      • PaintAutoSave

        public PaintAutoSave​(ModelImage img)
        Creates a new PaintAutoSave object.
        Parameters:
        img - DOCUMENT ME!
    • Method Detail

      • run

        public void run()
        DOCUMENT ME!
        Specified by:
        run in interface java.lang.Runnable
        Specified by:
        run in class java.util.TimerTask