< prev index next >

src/java.desktop/share/classes/java/awt/LinearGradientPaint.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2006, 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) 2006, 2017, 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
*** 89,102 **** * and blue for the remaining 80%. * * <p> * This image demonstrates the example code above for each * of the three cycle methods: ! * <center> * <img src = "doc-files/LinearGradientPaint.png" * alt="image showing the output of the example code"> - * </center> * * @see java.awt.Paint * @see java.awt.Graphics2D#setPaint * @author Nicholas Talian, Vincent Hardy, Jim Graham, Jerry Evans * @since 1.6 --- 89,101 ---- * and blue for the remaining 80%. * * <p> * This image demonstrates the example code above for each * of the three cycle methods: ! * <p style="text-align:center"> * <img src = "doc-files/LinearGradientPaint.png" * alt="image showing the output of the example code"> * * @see java.awt.Paint * @see java.awt.Graphics2D#setPaint * @author Nicholas Talian, Vincent Hardy, Jim Graham, Jerry Evans * @since 1.6
< prev index next >