Uses of Interface
org.tquadrat.foundation.svg.SVG
Packages that use SVG
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVG in org.tquadrat.foundation.svg
Methods in org.tquadrat.foundation.svg that return SVGModifier and TypeMethodDescriptionstatic final SVGCreates an SVG<svg>element instance.static final SVGSVGUtils.createSVG(SVGElementWithChildren parent) Creates an SVG<svg>element instance and adds it to the given parent.Methods in org.tquadrat.foundation.svg with parameters of type SVGModifier and TypeMethodDescriptionstatic final SVGClipPathSVGUtils.createClipPath(String id, SVG parent) Creates an SVG<clipPath>element instance and adds it to the given<svg>element.static final SVGMarkerSVGUtils.createMarker(String id, SVG parent) Creates an SVG<marker>element instance and adds it to the given<svg>element.static final SVGStyleSVGUtils.createStyle(SVG parent) Creates an SVG<style>element instance and adds it to the given<svg>element.static final SVGStyleSVGUtils.createStyle(SVG parent, CharSequence... styles) Creates an SVG<style>element instance and adds it to the given<svg>element.static final XMLDocumentSVGUtils.createSVGDocument(SVG rootElement) Creates an XML document instance with the given<svg>element as the root element.static final SVGSymbolSVGUtils.createSymbol(String id, SVG parent) Creates an SVG<symbol>element instance and adds it to the given<svg>element. -
Uses of SVG in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVG
