Package org.jboss.elemento.svg


package org.jboss.elemento.svg
  • Class
    Description
    HasSVGElement<E extends SVGElement,B extends TypedBuilder<E,B>>
    Provides methods and default implementations for modifying SVG elements.
     
    The SVGCircleElement interface is an interface for the <circle> element.
    Builder for container-like SVG elements.
    All the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface.
    Builder for simple SVG elements.
    The SVGEllipseElement interface provides access to the properties of <ellipse> elements.
    The SVGGElement interface corresponds to the <g> element.
    The SVGLineElement interface provides access to the properties of <line> elements, as well as methods to manipulate them.
    The SVGPathElement interface corresponds to the <path> element.
    The SVGPolygonElement interface provides access to the properties of <polygon> elements, as well as methods to manipulate them.
    The SVGRectElement interface provides access to the properties of <rect> elements, as well as methods to manipulate them.
    The SVGTextElement interface corresponds to the <text> elements.