modules/graphics/src/main/java/com/sun/javafx/tk/AppletWindow.java

Print this page

        

@@ -54,11 +54,12 @@
 
     public void setPosition(int x, int y);
     public int getPositionX();
     public int getPositionY();
 
-    public float getUIScale();
+    public float getPlatformScaleX();
+    public float getPlatformScaleY();
 
     // returns CARemoteLayer id (only used on Mac)
     public int getRemoteLayerId();
     // dispatchEvent (only used on Mac)
     public void dispatchEvent(Map eventInfo);