Class CSSCompoundAttrFunction
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSFunctionValue
-
- org.pentaho.reporting.libraries.css.values.CSSCompoundAttrFunction
-
- All Implemented Interfaces:
Serializable
,CSSValue
public class CSSCompoundAttrFunction extends CSSFunctionValue
Creation-Date: 05.12.2005, 20:41:01- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSCompoundAttrFunction(String key, String namespace, String name)
CSSCompoundAttrFunction(String key, String namespace, String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCSSText()
String
getKey()
String
getName()
String
getNamespace()
String
getValueType()
-
Methods inherited from class org.pentaho.reporting.libraries.css.values.CSSFunctionValue
equals, getFunctionName, getParameters, getType, toString
-
-
-
-
Method Detail
-
getName
public String getName()
-
getValueType
public String getValueType()
-
getNamespace
public String getNamespace()
-
getKey
public String getKey()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
- Overrides:
getCSSText
in classCSSFunctionValue
-
-