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

Print this page

        

*** 50,60 **** public void setSize(int width, int height); /* * A notification about the scale factor is changed. */ ! public void setPixelScaleFactor(float scale); /* * A request to fetch all the FX scene pixels into a offscreen buffer. */ public boolean getPixels(IntBuffer dest, int width, int height); --- 50,60 ---- public void setSize(int width, int height); /* * A notification about the scale factor is changed. */ ! 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);