org.jfree.layouting.input.style.values

Class CSSFunctionValue

public class CSSFunctionValue extends Object implements CSSValue

Creation-Date: 27.11.2005, 20:18:52

Author: Thomas Morgner

Constructor Summary
CSSFunctionValue(String functionName, CSSValue[] parameters)
Method Summary
StringgetCSSText()
StringgetFunctionName()
CSSValue[]getParameters()
StringtoString()
Returns a string representation of the object.

Constructor Detail

CSSFunctionValue

public CSSFunctionValue(String functionName, CSSValue[] parameters)

Method Detail

getCSSText

public String getCSSText()

getFunctionName

public String getFunctionName()

getParameters

public CSSValue[] getParameters()

toString

public String toString()
Returns a string representation of the object.

Returns: a string representation of the object.