Examples of BackgroundImageHandler


Examples of com.volantis.mcs.protocols.styles.BackgroundImageHandler

        // todo The instance created here is exactly the same as the one created in the BackgroundComponentHandler so reuse it.
        // This may not be sensible if there are issues with sharing code with state in it.
        mcsImageHandler = new ValueHandlerToPropertyAdapter(
            StylePropertyDetails.MCS_IMAGE,
            new BackgroundImageHandler(context.getPolicyReferenceResolver(),
                context.getAssetResolver(),
                context.getTranscodableUrlResolver()));

        // A border should only be rendered if the border style is not none
        // and the border width is valid.
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.