public abstract static class CssPixelValueConverter.CssValue extends Object
Constructor and Description |
---|
CssValue(int defaultValue,
int windowDefaultValue)
C'tor.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
get(ComputedCssStyleDeclaration style)
Returns the CSS attribute value from the specified computed style.
|
int |
getDefaultValue()
Gets the default value.
|
int |
getWindowDefaultValue()
Gets the default size for the window.
|
public CssValue(int defaultValue, int windowDefaultValue)
defaultValue
- the default valuewindowDefaultValue
- the default value for the windowpublic int getDefaultValue()
public int getWindowDefaultValue()
public abstract String get(ComputedCssStyleDeclaration style)
style
- the computed style from which to retrieve the CSS attribute valueCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.