org.jfree.layouting.input.style.values
public class CSSFunctionValue extends Object implements CSSValue
| Constructor Summary | |
|---|---|
| CSSFunctionValue(String functionName, CSSValue[] parameters) | |
| Method Summary | |
|---|---|
| String | getCSSText() |
| String | getFunctionName() |
| CSSValue[] | getParameters() |
| String | toString()
Returns a string representation of the object.
|
Returns: a string representation of the object.