Uses of Interface
org.tquadrat.foundation.svg.SVGStyle
Packages that use SVGStyle
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVGStyle in org.tquadrat.foundation.svg
Classes in org.tquadrat.foundation.svg that implement SVGStyleModifier 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 SVGStyleModifier and TypeMethodDescriptionstatic final SVGStyle
SVGUtils.createStyle()
Creates an SVG<style>
element instance.static final SVGStyle
SVGUtils.createStyle
(CharSequence... styles) Creates an SVG<style>
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.SVG.setStyleSheet
(CharSequence... styles) Sets the given CSS style definitions as a style sheet in an SVGstyle
element to the<defs>
element of this<svg>
element.Methods in org.tquadrat.foundation.svg with parameters of type SVGStyleModifier and TypeMethodDescriptionvoid
Adds an SVG<style>
element to the definitions of this<svg>
element.void
Merges the given SVG<style>
element into this one.
Only the CSS style definitions are taken from the other element, no attributes or comments.void
Merges the given SVG<style>
element into this one.
Only the CSS style definitions are taken from the other element, no attributes or comments. -
Uses of SVGStyle in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVGStyleModifier and TypeClassDescriptionfinal class
The implementation of the interfaceSVGStyle
for the SVG<style>
element.Fields in org.tquadrat.foundation.svg.internal with type parameters of type SVGStyleMethods in org.tquadrat.foundation.svg.internal that return SVGStyleModifier and TypeMethodDescriptionfinal SVGStyle
SVGImpl.setStyleSheet
(CharSequence... styles) Sets the given CSS style definitions as a style sheet in an SVGstyle
element to the<defs>
element of this<svg>
element.Methods in org.tquadrat.foundation.svg.internal with parameters of type SVGStyleModifier and TypeMethodDescriptionfinal void
Adds an SVG<style>
element to the definitions of this<svg>
element.final void
Merges the given SVG<style>
element into this one.
Only the CSS style definitions are taken from the other element, no attributes or comments.