Uses of Interface
org.tquadrat.foundation.svg.SVGElementWithChildren
Packages that use SVGElementWithChildren
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVGElementWithChildren in org.tquadrat.foundation.svg
Subinterfaces of SVGElementWithChildren 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 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 of the SVG element<symbol>
.interface
The definition of the SVG<text>
element.interface
The definition of the SVG<tspan>
element.Classes in org.tquadrat.foundation.svg that implement SVGElementWithChildrenModifier 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 parameters of type SVGElementWithChildrenModifier and TypeMethodDescriptionstatic final SVGGroup
SVGUtils.createGroup
(SVGElementWithChildren parent) Creates an SVG<g>
element instance.static final SVGLine
SVGUtils.createLine
(SVGElementWithChildren parent) Creates an SVG<line>
element instance and adds it to the given parent element.static final SVGLine
SVGUtils.createLine
(SVGElementWithChildren parent, SVGNumber x1, SVGNumber y1, SVGNumber x2, SVGNumber y2) Creates an SVG<line>
element instance with the given start and end points and adds it to the given parent element.static final SVGPath
SVGUtils.createPath
(SVGElementWithChildren parent) Creates an SVG<Path>
element instance and adds it to the given parent element.static final SVGPath
SVGUtils.createPath
(SVGElementWithChildren parent, SVGPathElement... pathDefinition) Creates an SVG<path>
element instance with the given path definition and adds it to the given parent element.static final SVGPositionedMarker
SVGUtils.createPositionedMarker
(String id, SVGElementWithChildren parent) Creates an SVG<marker>
element instance that is used as a positioned marker and adds it to the given parent.static final SVGRectangle
SVGUtils.createRectangle
(SVGElementWithChildren parent) Creates an SVG<rect>
element instance and adds it to the given parent element.static final SVGRectangle
SVGUtils.createRectangle
(SVGElementWithChildren parent, SVGNumber x, SVGNumber y, SVGNumber width, SVGNumber height) Creates an SVG<rect>
element instance with the given start and end points and adds it to the given parent element.static final SVG
SVGUtils.createSVG
(SVGElementWithChildren parent) Creates an SVG<svg>
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.static final SVGUse
SVGUtils.createUse
(SVGElementWithChildren parent, URI reference) Creates an SVG<use>
element instance and adds it to the given parent. -
Uses of SVGElementWithChildren in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVGElementWithChildrenModifier and TypeClassDescriptionfinal class
The implementation of the interfaceSVGClipPath
for the SVG<clipPath>
element.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 for the interfaceSVGSymbol
for the<symbol>
element.final class
The implementation of the interfaceSVGText
.final class
The implementation of the interfaceSVGTSpan
.