Uses of Interface
org.tquadrat.foundation.svg.SVGSymbol
Packages that use SVGSymbol
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVGSymbol in org.tquadrat.foundation.svg
Classes in org.tquadrat.foundation.svg that implement SVGSymbolModifier 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 SVGSymbolModifier and TypeMethodDescriptionstatic final SVGSymbolSVGUtils.createSymbol(String id) Creates an SVG<symbol>element instance.static final SVGSymbolSVGUtils.createSymbol(String id, SVG parent) Creates an SVG<symbol>element instance and adds it to the given<svg>element. -
Uses of SVGSymbol in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVGSymbolModifier and TypeClassDescriptionfinal classThe implementation for the interfaceSVGSymbolfor the<symbol>element.
