Package org.htmlunit.cssparser.dom
Class HWBColorImpl
java.lang.Object
org.htmlunit.cssparser.dom.AbstractColor
org.htmlunit.cssparser.dom.HWBColorImpl
- All Implemented Interfaces:
Serializable
Implementation of HWBColor.
- Author:
- Ronald Brill
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHWBColorImpl
(String function, LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits. -
Method Summary
Methods inherited from class org.htmlunit.cssparser.dom.AbstractColor
toString
-
Constructor Details
-
HWBColorImpl
Constructor that reads the values from the given chain of LexicalUnits.- Parameters:
function
- the name of the function; hwblu
- the values- Throws:
DOMException
- in case of error
-