< prev index next >

modules/javafx.graphics/src/main/java/com/sun/javafx/scene/layout/region/Margins.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2011, 2015, 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) 2011, 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
*** 29,40 **** import javafx.css.Size; import javafx.css.SizeUnits; import javafx.css.ParsedValue; import javafx.css.StyleConverter; ! import sun.util.logging.PlatformLogger; ! import sun.util.logging.PlatformLogger.Level; /** * Similar to Insets but with flag denoting values are proportional. * If proportional is true, then the values represent fractions or percentages * and are in the range 0..1, although this is not enforced. --- 29,40 ---- import javafx.css.Size; import javafx.css.SizeUnits; import javafx.css.ParsedValue; import javafx.css.StyleConverter; ! import com.sun.javafx.logging.PlatformLogger; ! import com.sun.javafx.logging.PlatformLogger.Level; /** * Similar to Insets but with flag denoting values are proportional. * If proportional is true, then the values represent fractions or percentages * and are in the range 0..1, although this is not enforced.
< prev index next >