Class ScaleThread

  • All Implemented Interfaces:
    Runnable

    public class ScaleThread
    extends Thread
    a thread object that calls the ScalablePicture scalePicture method
    • Method Detail

      • run

        public void run()
        method that is invoked by the thread to do things asynchroneousely
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread