Package ch.nolix.systemapi.style.model
Schnittstelle IStyle
- Alle Superschnittstellen:
IAbstractStyle<IStyle>,IElement
- Alle bekannten Implementierungsklassen:
Style
- Version:
- 2022-05-29
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.style.model.IAbstractStyle
applyToElement, getAttachingAttributes, getSubStyles, hasAttachingAttributes, withAttachingAttribute, withAttachingAttribute, withAttachingAttributes, withNewAttachingAttributesWhereSelectorType, withNewAttachingAttributesWhereSelectorType, withReplacedAttachingAttributes, withReplacedAttachingAttributes, withReplacedTaggedAttachingAttributes, withReplacedTaggedAttachingAttributes, withSubStyle, withSubStylesVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IElement
getAttributes, getSpecification, toFormatedString, toXml
-
Methodendetails
-
withStyle
- Parameter:
style-- Gibt zurück:
- a new
IStylefrom the currentIStylewith the given style added. - Löst aus:
RuntimeException- if the given style is null.
-