public class CSSFunctionValue extends Object implements CSSValue
| Constructor and Description |
|---|
CSSFunctionValue(String functionName,
CSSValue[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Determines if this instance of the object is equals to another Object
|
String |
getCSSText() |
String |
getFunctionName() |
CSSValue[] |
getParameters() |
CSSType |
getType() |
String |
toString()
Returns a string representation of the object.
|
public String getFunctionName()
public CSSValue[] getParameters()
public String getCSSText()
getCSSText in interface CSSValuepublic String toString()
public boolean equals(Object obj)