modules/graphics/src/main/java/com/sun/prism/Presentable.java

Print this page

        

@@ -55,7 +55,8 @@
     /**
      * present the prepared region to the user.
      */
     public boolean present();
 
-    public float getPixelScaleFactor();
+    public float getPixelScaleFactorX();
+    public float getPixelScaleFactorY();
 }