org.jfree.layouting.input.style.values
Class CSSFunctionValue
java.lang.Object
org.jfree.layouting.input.style.values.CSSFunctionValue
- CSSValue, Serializable
public class CSSFunctionValue
extends java.lang.Object
Creation-Date: 27.11.2005, 20:18:52
CSSFunctionValue
public CSSFunctionValue(String functionName,
CSSValue[] parameters)
getFunctionName
public String getFunctionName()
getParameters
public CSSValue[] getParameters()
toString
public String toString()
Returns a string representation of the object.
- a string representation of the object.