Class CSSCompoundAttrFunction
- java.lang.Object
-
- org.jfree.layouting.input.style.values.CSSFunctionValue
-
- org.jfree.layouting.input.style.values.CSSCompoundAttrFunction
-
- All Implemented Interfaces:
java.io.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(java.lang.String key, java.lang.String namespace, java.lang.String name)CSSCompoundAttrFunction(java.lang.String key, java.lang.String namespace, java.lang.String name, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCSSText()java.lang.StringgetKey()java.lang.StringgetName()java.lang.StringgetNamespace()java.lang.StringgetType()-
Methods inherited from class org.jfree.layouting.input.style.values.CSSFunctionValue
getFunctionName, getParameters, toString
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getType
public java.lang.String getType()
-
getNamespace
public java.lang.String getNamespace()
-
getKey
public java.lang.String getKey()
-
getCSSText
public java.lang.String getCSSText()
- Specified by:
getCSSTextin interfaceCSSValue- Overrides:
getCSSTextin classCSSFunctionValue
-
-