Class CSSAttrFunction
java.lang.Object
org.pentaho.reporting.libraries.css.values.CSSFunctionValue
org.pentaho.reporting.libraries.css.values.CSSAttrFunction
- All Implemented Interfaces:
Serializable
,CSSValue
Creation-Date: 05.12.2005, 20:41:01
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCSSAttrFunction
(String namespace, String name) CSSAttrFunction
(String namespace, String name, String type) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines if this instance of the object is equals to another ObjectgetName()
Methods inherited from class org.pentaho.reporting.libraries.css.values.CSSFunctionValue
getFunctionName, getParameters, getType, toString
-
Constructor Details
-
CSSAttrFunction
-
CSSAttrFunction
-
-
Method Details
-
getName
-
getValueType
-
getNamespace
-
getCSSText
- Specified by:
getCSSText
in interfaceCSSValue
- Overrides:
getCSSText
in classCSSFunctionValue
-
equals
Determines if this instance of the object is equals to another Object- Overrides:
equals
in classCSSFunctionValue
- Returns:
true
if the supplied object is equivalent to this object,false
otherwise
-