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 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 that return SVGGroupModifier and TypeMethodDescriptionstatic final SVGGroupSVGUtils.createGroup()Creates an SVG<g>element instance.static final SVGGroupSVGUtils.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 classThe implementation of the interfaceSVGGroupfor the SVG<g>element.
