Interface IStyleInheritance
-
- All Known Implementing Classes:
CssInheritance
,SvgAttributeInheritance
public interface IStyleInheritance
Interface for attribute and style-inheritance logic
-
-
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.
-