Class CSSFunctionValue
- java.lang.Object
-
- org.jfree.layouting.input.style.values.CSSFunctionValue
-
- All Implemented Interfaces:
java.io.Serializable,CSSValue
- Direct Known Subclasses:
CSSAttrFunction,CSSCompoundAttrFunction
public class CSSFunctionValue extends java.lang.Object implements CSSValue
Creation-Date: 27.11.2005, 20:18:52- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSFunctionValue(java.lang.String functionName, CSSValue[] parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCSSText()java.lang.StringgetFunctionName()CSSValue[]getParameters()java.lang.StringtoString()Returns a string representation of the object.
-
-
-
Constructor Detail
-
CSSFunctionValue
public CSSFunctionValue(java.lang.String functionName, CSSValue[] parameters)
-
-
Method Detail
-
getFunctionName
public java.lang.String getFunctionName()
-
getParameters
public CSSValue[] getParameters()
-
getCSSText
public java.lang.String getCSSText()
- Specified by:
getCSSTextin interfaceCSSValue
-
toString
public java.lang.String toString()
Returns a string representation of the object.- Overrides:
toStringin classjava.lang.Object- Returns:
- a string representation of the object.
-
-