org.jfree.layouting.input.style.values
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CSSFunctionValue
public CSSFunctionValue(java.lang.String functionName,
CSSValue[] parameters)
getFunctionName
public java.lang.String getFunctionName()
getParameters
public CSSValue[] getParameters()
getCSSText
public java.lang.String getCSSText()
- Specified by:
getCSSText
in interface CSSValue
toString
public java.lang.String toString()
- Returns a string representation of the object.
- Overrides:
toString
in class java.lang.Object
- Returns:
- a string representation of the object.