Class CSSComputedStyleProperty


  • public class CSSComputedStyleProperty
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CSSComputedStyleProperty​(java.lang.String name, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Computed style property name.
      java.lang.String getValue()
      Computed style property value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSSComputedStyleProperty

        public CSSComputedStyleProperty​(java.lang.String name,
                                        java.lang.String value)
    • Method Detail

      • getName

        public java.lang.String getName()
        Computed style property name.
      • getValue

        public java.lang.String getValue()
        Computed style property value.