Package jsx.style.value

Examples of jsx.style.value.LinearGradient$Step


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


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

TOP

Related Classes of jsx.style.value.LinearGradient$Step

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.