Package com.volantis.styling.properties

Examples of com.volantis.styling.properties.ImmutableStylePropertySet


     * @return The set of supported properties.
     */
    private ImmutableStylePropertySet getSupportedProperties(
            PropertyDetailsSet detailsSet) {

        ImmutableStylePropertySet supportedProperties =
                detailsSet.getSupportedProperties();
        MutableStylePropertySet propertySet =
                supportedProperties.createMutableStylePropertySet();

        // CSS 2.1 only supports the content property for ::before and ::after.
        // CSS 3 provides additional support for most selectors but we only
        // support for li::marker from that additonal set.
        //
View Full Code Here

TOP

Related Classes of com.volantis.styling.properties.ImmutableStylePropertySet

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.