Class PixelScaleWatch
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.canvas.PixelScaleWatch
-
-
Constructor Summary
Constructors Constructor Description PixelScaleWatch()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidfirePixelScaleChanged(double pixelScaleX, double pixelScaleY)abstract doublegetPixelScaleX()abstract doublegetPixelScaleY()voidrun()protected voidwatchPixelScaleAndNotifyUponChange()
-
-
-
Method Detail
-
firePixelScaleChanged
protected abstract void firePixelScaleChanged(double pixelScaleX, double pixelScaleY)
-
getPixelScaleX
public abstract double getPixelScaleX()
-
getPixelScaleY
public abstract double getPixelScaleY()
-
watchPixelScaleAndNotifyUponChange
protected void watchPixelScaleAndNotifyUponChange()
-
-