Class PixelScaleWatch

    • Constructor Detail

      • PixelScaleWatch

        public PixelScaleWatch()
    • Method Detail

      • firePixelScaleInit

        protected void firePixelScaleInit​(double pixelScaleX,
                                          double pixelScaleY)
      • 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()
      • getWatchIntervalMs

        public long getWatchIntervalMs()
      • setWatchIntervalMs

        public void setWatchIntervalMs​(long watchIntervalMs)