Package jsx.style.value

Examples of jsx.style.value.RadialGradient


     * </p>
     *
     * @return A new linear gradient image.
     */
    protected static final RadialGradient radial() {
        return new RadialGradient();
    }
View Full Code Here


     * </p>
     *
     * @return A new linear gradient image.
     */
    protected static final RadialGradient radial(Color start, Color end) {
        return new RadialGradient().color(start, end);
    }
View Full Code Here

TOP

Related Classes of jsx.style.value.RadialGradient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.