Class PixelScaleWatch

  • All Implemented Interfaces:
    Runnable

    public abstract class PixelScaleWatch
    extends Object
    implements Runnable
    • Constructor Detail

      • PixelScaleWatch

        public PixelScaleWatch()
    • Method Detail

      • firePixelScaleChanged

        protected abstract void firePixelScaleChanged​(double pixelScaleX,
                                                      double pixelScaleY)
      • getPixelScaleX

        public abstract double getPixelScaleX()
      • getPixelScaleY

        public abstract double getPixelScaleY()
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • watchPixelScaleAndNotifyUponChange

        protected void watchPixelScaleAndNotifyUponChange()