Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host.css |
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ComputedCSSStyleDeclaration.pixelString(Element 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(Element element,
CSSStyleDeclaration.CssValue value)
Converts the specified length CSS attribute value into an integer number of pixels.
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.