Uses of Interface
org.tquadrat.foundation.svg.SVGElement
Packages that use SVGElement
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVGElement in org.tquadrat.foundation.svg
Subinterfaces of SVGElement in org.tquadrat.foundation.svgModifier and TypeInterfaceDescriptioninterfaceThe definition of the SVG element<svg>.interfaceThe definition of the SVG<clipPath>element.interfaceThe definition of an SVG element that allows child elements.interfaceThe definition of the SVG<g>element.interfaceThe definition of an SVG<line>element.interfaceThe definition for the SVG<marker>element.interfaceThe definition of the SVG<path>element.interfaceThe definition for the SVG<marker>element when used as a positioned marker.interfaceThe definition for the SVG<rect>element.interfaceThe definition for the SVG<style>element.interfaceThe definition of the SVG element<symbol>.interfaceThe definition of the SVG<text>element.interfaceThe definition of the SVG<tspan>element.interfaceThe definition of the SVG element<use>.Classes in org.tquadrat.foundation.svg that implement SVGElementModifier and TypeClassDescriptionclassThis is the base class for a custom type that wants to extend an SVG element with additional features.final classThis is a generic implementation for an SVG element.Methods in org.tquadrat.foundation.svg with type parameters of type SVGElementModifier and TypeMethodDescription<E extends SVGElement>
voidSVGElementWithChildren.addChild(E child) Adds a child to this element.<E extends SVGElement>
voidSVG.addDefinition(E child) Adds a child to the definitions of this<svg>element.Methods in org.tquadrat.foundation.svg that return SVGElementModifier and TypeMethodDescriptionstatic final SVGElementSVGUtils.cloneElement(SVGElement element) Clones the given element.
The clone will be semantically identical to the given element (it looks the same in the final output), but it will not be of the same Java type.Methods in org.tquadrat.foundation.svg with parameters of type SVGElementModifier and TypeMethodDescriptionstatic final SVGElementSVGUtils.cloneElement(SVGElement element) Clones the given element.
The clone will be semantically identical to the given element (it looks the same in the final output), but it will not be of the same Java type.final voidSVGGenericElement.registerWithParent(SVGElement parent) Registers this element as a valid child with the given parent. -
Uses of SVGElement in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVGElementModifier and TypeClassDescriptionfinal classThe implementation of the interfaceSVGClipPathfor the SVG<clipPath>element.classThe base class for all SVG elements.final classThe implementation of the interfaceSVGGroupfor the SVG<g>element.final classThe implementation for the interfaceSVGfor the<svg>element.final classThe implementation of theSVGLineinterface for the SVG<line>element.classThe implementation for the interfaceSVGMarkerfor the SVG<marker>.final classThe implementation of the interfaceSVGPathfor the SVG<path>element.final classThe implementation of the interfaceSVGPositionedMarkerfor an SVG<marker>element that is used as a positioned marker.final classThe implementation of the interfaceSVGRectanglefor the SVG<rect>element.final classThe implementation of the interfaceSVGStylefor the SVG<style>element.final classThe implementation for the interfaceSVGSymbolfor the<symbol>element.classfinal classThe implementation of the interfaceSVGText.final classThe implementation of the interfaceSVGTSpan.final classThe implementation for the interfaceSVGUsefor the<use>element.Methods in org.tquadrat.foundation.svg.internal with type parameters of type SVGElementModifier and TypeMethodDescription<E extends SVGElement>
voidSVGElementImpl.addChild(E child) Adds a child to this element.final <E extends SVGElement>
voidSVGImpl.addDefinition(E child) Adds a child to the definitions of this<svg>element.
