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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSFunctionValue(String functionName, CSSValue[] parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Determines if this instance of the object is equals to another ObjectString
getCSSText()
String
getFunctionName()
CSSValue[]
getParameters()
CSSType
getType()
String
toString()
Returns a string representation of the object.
-
-
-
Method Detail
-
getFunctionName
public String getFunctionName()
-
getParameters
public CSSValue[] getParameters()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
toString
public String toString()
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
-
-