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 TypeInterfaceDescriptioninterfaceThe definition of the SVG element<svg>.interfaceThe definition of the SVG<clipPath>element.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 of the SVG element<symbol>.interfaceThe definition of the SVG<text>element.interfaceThe definition of the SVG<tspan>element.Classes in org.tquadrat.foundation.svg that implement SVGElementWithChildrenModifier 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 parameters of type SVGElementWithChildrenModifier and TypeMethodDescriptionstatic final SVGGroupSVGUtils.createGroup(SVGElementWithChildren parent) Creates an SVG<g>element instance.static final SVGLineSVGUtils.createLine(SVGElementWithChildren parent) Creates an SVG<line>element instance and adds it to the given parent element.static final SVGLineSVGUtils.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 SVGPathSVGUtils.createPath(SVGElementWithChildren parent) Creates an SVG<Path>element instance and adds it to the given parent element.static final SVGPathSVGUtils.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 SVGPositionedMarkerSVGUtils.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 SVGRectangleSVGUtils.createRectangle(SVGElementWithChildren parent) Creates an SVG<rect>element instance and adds it to the given parent element.static final SVGRectangleSVGUtils.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 SVGSVGUtils.createSVG(SVGElementWithChildren parent) Creates an SVG<svg>element instance and adds it to the given parent.static final SVGTextSVGUtils.createText(SVGElementWithChildren parent) Creates an SVG<text>element instance and adds it to the given parent.static final SVGTextSVGUtils.createText(SVGElementWithChildren parent, CharSequence text) Creates an SVG<text>element instance and adds it to the given parent.static final SVGUseSVGUtils.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 classThe implementation of the interfaceSVGClipPathfor the SVG<clipPath>element.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 for the interfaceSVGSymbolfor the<symbol>element.final classThe implementation of the interfaceSVGText.final classThe implementation of the interfaceSVGTSpan.
