< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/SnapshotParameters.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 28,38 **** import javafx.application.ConditionalFeature; import javafx.application.Platform; import javafx.geometry.Rectangle2D; import javafx.scene.paint.Paint; import javafx.scene.transform.Transform; ! import sun.util.logging.PlatformLogger; /** * Parameters used to specify the rendering attributes for Node snapshot. * @since JavaFX 2.2 */ --- 28,38 ---- import javafx.application.ConditionalFeature; import javafx.application.Platform; import javafx.geometry.Rectangle2D; import javafx.scene.paint.Paint; import javafx.scene.transform.Transform; ! import com.sun.javafx.logging.PlatformLogger; /** * Parameters used to specify the rendering attributes for Node snapshot. * @since JavaFX 2.2 */
< prev index next >