|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSStyleDeclaration.CssValue | |
---|---|
com.gargoylesoftware.htmlunit.javascript.host.css | Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
Uses of CSSStyleDeclaration.CssValue in com.gargoylesoftware.htmlunit.javascript.host.css |
---|
Methods in com.gargoylesoftware.htmlunit.javascript.host.css with parameters of type CSSStyleDeclaration.CssValue | |
---|---|
protected String |
ComputedCSSStyleDeclaration.pixelString(HTMLElement element,
CSSStyleDeclaration.CssValue value)
Returns the specified length CSS attribute value value as a pixel length value, as long as we're not emulating IE. |
protected static int |
CSSStyleDeclaration.pixelValue(HTMLElement element,
CSSStyleDeclaration.CssValue value)
Converts the specified length CSS attribute value into an integer number of pixels. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |