All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.values.CssFunction
java.lang.Object
|
+----org.w3c.css.values.CssValue
|
+----org.w3c.css.values.CssFunction
- public class CssFunction
- extends CssValue
A CSS float number.
-
CssFunction()
-
-
equals(Object)
- Compares two values for equality.
-
get()
- Returns the value
-
getName()
- Returns the name of the function
-
getParameters()
- Returns the parameters expression
-
set(String, CssExpression)
-
-
set(String, Frame)
- Set the value of this function
-
toString()
- Returns a string representation of the object.
CssFunction
public CssFunction()
set
public void set(String s,
Frame frame)
- Set the value of this function
- Parameters:
- s - the string representation of the frequency.
- frame - For errors and warnings reports.
- Overrides:
- set in class CssValue
set
public void set(String name,
CssExpression parameters)
get
public Object get()
- Returns the value
- Overrides:
- get in class CssValue
getName
public String getName()
- Returns the name of the function
getParameters
public CssExpression getParameters()
- Returns the parameters expression
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
equals
public boolean equals(Object value)
- Compares two values for equality.
- Parameters:
- value - The other value.
- Overrides:
- equals in class CssValue
All Packages Class Hierarchy This Package Previous Next Index