Package org.jboss.elemento.svg
Interface SVGElementStyleMethods<E extends SVGElement,B extends TypedBuilder<E,B>>
- All Superinterfaces:
IsElement<E>
,TypedBuilder<E,
B>
- All Known Implementing Classes:
SVGContainerBuilder
,SVGElementBuilder
public interface SVGElementStyleMethods<E extends SVGElement,B extends TypedBuilder<E,B>>
extends TypedBuilder<E,B>, IsElement<E>
Provides methods and default implementations for modifying the style of SVG elements.
-
Method Summary
Modifier and TypeMethodDescriptiondefault B
Appends the given style to the existing styles of this element.default B
Appends or sets the given style to the styles of this element.default B
Sets the given style on this element.default B
Sets the given style on this element.default B
Sets the given style on this element.default B
Sets the given style on this element.Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
Method Details
-
style
Appends the given style to the existing styles of this element. -
style
Appends or sets the given style to the styles of this element. -
style
Sets the given style on this element. -
style
Sets the given style on this element. -
style
Sets the given style on this element. -
style
Sets the given style on this element.
-