-
public final class GetComputedStyleForNodeResponseResponse type for the CSSDomain.getComputedStyleForNode command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CSSComputedStyleProperty>computedStyle
-
Constructor Summary
Constructors Constructor Description GetComputedStyleForNodeResponse(List<CSSComputedStyleProperty> computedStyle)
-
Method Summary
Modifier and Type Method Description final List<CSSComputedStyleProperty>component1()final GetComputedStyleForNodeResponsecopy(List<CSSComputedStyleProperty> computedStyle)final List<CSSComputedStyleProperty>getComputedStyle()Computed style for the specified DOM node. -
-
Constructor Detail
-
GetComputedStyleForNodeResponse
GetComputedStyleForNodeResponse(List<CSSComputedStyleProperty> computedStyle)
-
-
Method Detail
-
component1
final List<CSSComputedStyleProperty> component1()
-
copy
final GetComputedStyleForNodeResponse copy(List<CSSComputedStyleProperty> computedStyle)
-
getComputedStyle
final List<CSSComputedStyleProperty> getComputedStyle()
Computed style for the specified DOM node.
-
-
-
-