Class CSSFunctionValue

java.lang.Object
org.pentaho.reporting.libraries.css.values.CSSFunctionValue
All Implemented Interfaces:
Serializable, CSSValue
Direct Known Subclasses:
CSSAttrFunction, CSSCompoundAttrFunction

public class CSSFunctionValue extends Object implements CSSValue
Creation-Date: 27.11.2005, 20:18:52
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • CSSFunctionValue

      public CSSFunctionValue(String functionName, CSSValue[] parameters)
  • Method Details

    • getFunctionName

      public String getFunctionName()
    • getParameters

      public CSSValue[] getParameters()
    • getCSSText

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

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

      public boolean equals(Object obj)
      Determines if this instance of the object is equals to another Object
      Overrides:
      equals in class Object
      Returns:
      true if the supplied object is equivalent to this object, false otherwise
    • getType

      public CSSType getType()
      Specified by:
      getType in interface CSSValue