modules/graphics/src/main/java/com/sun/javafx/embed/EmbeddedSceneInterface.java

Print this page

        

@@ -50,11 +50,11 @@
     public void setSize(int width, int height);
 
     /*
      * A notification about the scale factor is changed.
      */
-    public void setPixelScaleFactor(float scale);
+    public void setPixelScaleFactors(float scalex, float scaley);
 
     /*
      * A request to fetch all the FX scene pixels into a offscreen buffer.
      */
     public boolean getPixels(IntBuffer dest, int width, int height);