Uses of Class
org.jboss.elemento.svg.SVGElement
Packages that use SVGElement
-
Uses of SVGElement in org.jboss.elemento.svg
Classes in org.jboss.elemento.svg with type parameters of type SVGElementModifier and TypeInterfaceDescriptioninterface
HasSVGElement<E extends SVGElement,
B extends TypedBuilder<E, B>> Deprecated.class
SVGContainerBuilder<E extends SVGElement>
Builder for container-like SVG elements.class
SVGElementBuilder<E extends SVGElement>
Builder for simple SVG elements.interface
SVGElementDataMethods<E extends SVGElement,
B extends TypedBuilder<E, B>> Provides methods and default implementations for modifying the data set of SVG elements.interface
SVGElementStyleMethods<E extends SVGElement,
B extends TypedBuilder<E, B>> Provides methods and default implementations for modifying the style of SVG elements.Subclasses of SVGElement in org.jboss.elemento.svgModifier and TypeClassDescriptionclass
The SVGCircleElement interface is an interface for the<circle>
element.class
The SVGEllipseElement interface provides access to the properties of<ellipse>
elements.class
The SVGGElement interface corresponds to the<g>
element.class
The SVGLineElement interface provides access to the properties of<line>
elements, as well as methods to manipulate them.class
The SVGPathElement interface corresponds to the<path>
element.class
The SVGPolygonElement interface provides access to the properties of<polygon>
elements, as well as methods to manipulate them.class
The SVGRectElement interface provides access to the properties of<rect>
elements, as well as methods to manipulate them.class
The SVGTextElement interface corresponds to the<text>
elements.Methods in org.jboss.elemento.svg with type parameters of type SVGElementModifier and TypeMethodDescriptionstatic <E extends SVGElement>
ESVG.createSvgElement
(String element, Class<E> type) Creates the specified SVG element.static <E extends SVGElement>
SVGContainerBuilder<E> SVG.svgContainer
(String element, Class<E> type) Returns a builder for the specified SVG container.static <E extends SVGElement>
SVGElementBuilder<E> SVG.svgElement
(String element, Class<E> type) Returns a builder for the specified SVG element.static <E extends SVGElement>
SVGContainerBuilder<E> SVG.wrapSvgContainer
(E element) Returns a builder for the existing SVG container.static <E extends SVGElement>
SVGElementBuilder<E> SVG.wrapSvgElement
(E element) Returns a builder for the existing SVG element.Methods in org.jboss.elemento.svg that return types with arguments of type SVGElement
SVGElementDataMethods
andSVGElementStyleMethods
.