Examples of CenteredImageBackground


Examples of tripleplay.ui.bgs.CenteredImageBackground

    /**
     * Creates a centered image background with the specified image.
     */
    public static Background centeredImage (Image bgimage) {
        return new CenteredImageBackground(bgimage);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.