-
public final class ComputedStyleA subset of the full ComputedStyle as defined by the request whitelist.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<NameValue>properties
-
Constructor Summary
Constructors Constructor Description ComputedStyle(List<NameValue> properties)
-
Method Summary
Modifier and Type Method Description final List<NameValue>component1()final ComputedStylecopy(List<NameValue> properties)final List<NameValue>getProperties()Name/value pairs of computed style properties. -
-
Method Detail
-
component1
final List<NameValue> component1()
-
copy
final ComputedStyle copy(List<NameValue> properties)
-
getProperties
final List<NameValue> getProperties()
Name/value pairs of computed style properties.
-
-
-
-