Interface IStyleInheritance

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isInheritable​(java.lang.String propertyIdentifier)
      Checks if a property or attribute is inheritable is inheritable.
    • Method Detail

      • isInheritable

        boolean isInheritable​(java.lang.String propertyIdentifier)
        Checks if a property or attribute is inheritable is inheritable.
        Parameters:
        propertyIdentifier - the identifier for property
        Returns:
        true, if the property is inheritable, false otherwise