public final class StyleAttributes extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
StyleAttributes.Definition
Holds information about a style attribute (CSS name, property name, browser availability, default computed value.
|
| Modifier and Type | Method and Description |
|---|---|
static StyleAttributes.Definition |
getDefinition(String propertyName,
BrowserVersion browserVersion)
Gets the style attributes definition with the given name for the specified browser version.
|
static List<StyleAttributes.Definition> |
getDefinitions(BrowserVersion browserVersion)
Gets the style attributes definitions for the specified browser version.
|
public static StyleAttributes.Definition getDefinition(String propertyName, BrowserVersion browserVersion)
propertyName - the name of the propertybrowserVersion - the browser versionnull if no definition exists for this browser versionpublic static List<StyleAttributes.Definition> getDefinitions(BrowserVersion browserVersion)
browserVersion - the browser versionCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.