Uses of Interface
org.tquadrat.foundation.svg.SVGTSpan
Packages that use SVGTSpan
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVGTSpan in org.tquadrat.foundation.svg
Classes in org.tquadrat.foundation.svg that implement SVGTSpanModifier 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 that return SVGTSpanModifier and TypeMethodDescriptionstatic final SVGTSpan
SVGUtils.createTSpan()
Creates an SVG<tspan>
element instance.static final SVGTSpan
SVGUtils.createTSpan
(CharSequence text) Creates an SVG<tspan>
element as child of the given<text>
.static final SVGTSpan
SVGUtils.createTSpan
(SVGText parent) Creates an SVG<tspan>
element as child of the given<text>
.static final SVGTSpan
SVGUtils.createTSpan
(SVGText parent, CharSequence text) Creates an SVG<tspan>
element as child of the given<text>
.static final SVGTSpan
SVGUtils.createTSpan
(SVGTSpan parent) Creates an SVG<tspan>
element as child of the given<tspan>
.static final SVGTSpan
SVGUtils.createTSpan
(SVGTSpan parent, CharSequence text) Creates an SVG<tspan>
element as child of the given<tspan>
.Methods in org.tquadrat.foundation.svg with parameters of type SVGTSpanModifier and TypeMethodDescriptionstatic final SVGTSpan
SVGUtils.createTSpan
(SVGTSpan parent) Creates an SVG<tspan>
element as child of the given<tspan>
.static final SVGTSpan
SVGUtils.createTSpan
(SVGTSpan parent, CharSequence text) Creates an SVG<tspan>
element as child of the given<tspan>
. -
Uses of SVGTSpan in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVGTSpan