Package com.volantis.styling.values

Examples of com.volantis.styling.values.FixedInitialValue


        } else {

            // Parse the property.
            StyleValue initial = cssParser.parseStyleValue(property, value);
            if (initial != null) {
                initialValueSource = new FixedInitialValue(initial);
                accuracy = InitialValueAccuracy.KNOWN;
            }
        }

        builder.setInitialValueSource(initialValueSource);
View Full Code Here

TOP

Related Classes of com.volantis.styling.values.FixedInitialValue

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.