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 SVG
Creates an SVG<svg>
element instance.static final SVG
SVGUtils.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 SVGClipPath
SVGUtils.createClipPath
(String id, SVG parent) Creates an SVG<clipPath>
element instance and adds it to the given<svg>
element.static final SVGMarker
SVGUtils.createMarker
(String id, SVG parent) Creates an SVG<marker>
element instance and adds it to the given<svg>
element.static final SVGStyle
SVGUtils.createStyle
(SVG parent) Creates an SVG<style>
element instance and adds it to the given<svg>
element.static final SVGStyle
SVGUtils.createStyle
(SVG parent, CharSequence... styles) Creates an SVG<style>
element instance and adds it to the given<svg>
element.static final XMLDocument
SVGUtils.createSVGDocument
(SVG rootElement) Creates an XML document instance with the given<svg>
element as the root element.static final SVGSymbol
SVGUtils.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