Class ComputedStyle


  • public class ComputedStyle
    extends java.lang.Object
    A subset of the full ComputedStyle as defined by the request whitelist.
    • Constructor Summary

      Constructors 
      Constructor Description
      ComputedStyle​(java.util.List<NameValue> properties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<NameValue> getProperties()
      Name/value pairs of computed style properties.
      • Methods inherited from class java.lang.Object

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

      • ComputedStyle

        public ComputedStyle​(java.util.List<NameValue> properties)
    • Method Detail

      • getProperties

        public java.util.List<NameValue> getProperties()
        Name/value pairs of computed style properties.