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