Class CSSFunctionValue

    • Constructor Detail

      • CSSFunctionValue

        public CSSFunctionValue​(java.lang.String functionName,
                                CSSValue[] parameters)
    • Method Detail

      • getFunctionName

        public java.lang.String getFunctionName()
      • getParameters

        public CSSValue[] getParameters()
      • getCSSText

        public java.lang.String getCSSText()
        Specified by:
        getCSSText in interface CSSValue
      • toString

        public java.lang.String toString()
        Returns a string representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of the object.