Interface IStyleInheritance

All Known Implementing Classes:
CssInheritance, SvgAttributeInheritance

public interface IStyleInheritance
Interface for attribute and style-inheritance logic
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isInheritable(String propertyIdentifier)
    Checks if a property or attribute is inheritable is inheritable.
  • Method Details

    • isInheritable

      boolean isInheritable (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