Interface ShorthandManager

    • Method Detail

      • getPropertyName

        java.lang.String getPropertyName()
        Returns the name of the property handled.
      • isAnimatableProperty

        boolean isAnimatableProperty()
        Whether the handled property can be animated.
      • isAdditiveProperty

        boolean isAdditiveProperty()
        Whether the handled property can be additively animated.
      • setValues

        void setValues​(CSSEngine eng,
                       ShorthandManager.PropertyHandler ph,
                       org.w3c.css.sac.LexicalUnit lu,
                       boolean imp)
                throws org.w3c.dom.DOMException
        Sets the properties which are affected by this shorthand property.
        Parameters:
        eng - The current CSSEngine.
        ph - The property handler to use.
        lu - The SAC lexical unit used to create the value.
        imp - The property priority.
        Throws:
        org.w3c.dom.DOMException