-
public final class CSSComputedStyleProperty
-
-
Constructor Summary
Constructors Constructor Description CSSComputedStyleProperty(String name, String value)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final CSSComputedStylePropertycopy(String name, String value)final StringgetName()Computed style property name. final StringgetValue()Computed style property value. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final CSSComputedStyleProperty copy(String name, String value)
-
-
-
-