Class InvalidPropertyDeclaration


  • public class InvalidPropertyDeclaration
    extends PropertyDeclaration
    Holds an invalid property declaration (ie. one not understood by this project). Useful for passing to plugins such as SVG. WARNING: This is not a general subclass of PropertyDeclaration, the only method which should be used is toCSS.
    • Constructor Detail

      • InvalidPropertyDeclaration

        public InvalidPropertyDeclaration​(String propertyName,
                                          List<PropertyValue> values,
                                          int origin,
                                          boolean important,
                                          int order)