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

Print this page

        

*** 55,61 **** /** * present the prepared region to the user. */ public boolean present(); ! public float getPixelScaleFactor(); } --- 55,62 ---- /** * present the prepared region to the user. */ public boolean present(); ! public float getPixelScaleFactorX(); ! public float getPixelScaleFactorY(); }