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 TypeInterfaceDescriptioninterface
The definition of the SVG element<svg>
.interface
The definition of the SVG<clipPath>
element.interface
The definition of an SVG element that allows child elements.interface
The definition of the SVG<g>
element.interface
The definition of an SVG<line>
element.interface
The definition for the SVG<marker>
element.interface
The definition of the SVG<path>
element.interface
The definition for the SVG<marker>
element when used as a positioned marker.interface
The definition for the SVG<rect>
element.interface
The definition for the SVG<style>
element.interface
The definition of the SVG element<symbol>
.interface
The definition of the SVG<text>
element.interface
The definition of the SVG<tspan>
element.interface
The definition of the SVG element<use>
.Classes in org.tquadrat.foundation.svg that implement SVGElementModifier and TypeClassDescriptionclass
This is the base class for a custom type that wants to extend an SVG element with additional features.final class
This 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 SVGElement
SVGUtils.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 SVGElement
SVGUtils.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 void
SVGGenericElement.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 class
The implementation of the interfaceSVGClipPath
for the SVG<clipPath>
element.class
The base class for all SVG elements.final class
The implementation of the interfaceSVGGroup
for the SVG<g>
element.final class
The implementation for the interfaceSVG
for the<svg>
element.final class
The implementation of theSVGLine
interface for the SVG<line>
element.class
The implementation for the interfaceSVGMarker
for the SVG<marker>
.final class
The implementation of the interfaceSVGPath
for the SVG<path>
element.final class
The implementation of the interfaceSVGPositionedMarker
for an SVG<marker>
element that is used as a positioned marker.final class
The implementation of the interfaceSVGRectangle
for the SVG<rect>
element.final class
The implementation of the interfaceSVGStyle
for the SVG<style>
element.final class
The implementation for the interfaceSVGSymbol
for the<symbol>
element.class
final class
The implementation of the interfaceSVGText
.final class
The implementation of the interfaceSVGTSpan
.final class
The implementation for the interfaceSVGUse
for 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.