Interface IStyle
- All Superinterfaces:
IBaseStyle<IStyle>, IElement
- All Known Implementing Classes:
Style
- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IBaseStyle
applyToElement, containsAttachingAttributes, getAttachingAttributes, getSubStyles, withAttachingAttributes, withAttachingAttributes, withSubStyle, withSubStylesMethods inherited from interface IElement
getAttributes, getSpecification, toFormatedString, toXml
-
Method Details
-
withStyle
- Parameters:
style-- Returns:
- a new
IStylefrom the currentIStylewith the given style added. - Throws:
RuntimeException- if the given style is null.
-