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 TypeClassDescriptionclassSVGContainerBuilder<E extends SVGElement>Builder for container-like SVG elements.classSVGElementBuilder<E extends SVGElement>Builder for simple SVG elements.interfaceSVGElementDataMethods<E extends SVGElement,B extends TypedBuilder<E, B>> Provides methods and default implementations for modifying the data set of SVG elements.interfaceSVGElementStyleMethods<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 TypeClassDescriptionclassThe SVGCircleElement interface is an interface for the<circle>element.classThe SVGEllipseElement interface provides access to the properties of<ellipse>elements.classThe SVGGElement interface corresponds to the<g>element.classThe SVGLineElement interface provides access to the properties of<line>elements, as well as methods to manipulate them.classThe SVGPathElement interface corresponds to the<path>element.classThe SVGPolygonElement interface provides access to the properties of<polygon>elements, as well as methods to manipulate them.classThe SVGRectElement interface provides access to the properties of<rect>elements, as well as methods to manipulate them.classThe 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