Uses of Interface
org.tquadrat.foundation.svg.SVGGroup
Packages that use SVGGroup
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVGGroup in org.tquadrat.foundation.svg
Classes in org.tquadrat.foundation.svg that implement SVGGroupModifier 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 SVGGroupModifier and TypeMethodDescriptionstatic final SVGGroup
SVGUtils.createGroup()
Creates an SVG<g>
element instance.static final SVGGroup
SVGUtils.createGroup
(SVGElementWithChildren parent) Creates an SVG<g>
element instance. -
Uses of SVGGroup in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVGGroupModifier and TypeClassDescriptionfinal class
The implementation of the interfaceSVGGroup
for the SVG<g>
element.