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