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 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 SVGStyleModifier and TypeMethodDescriptionstatic final SVGStyleSVGUtils.createStyle()Creates an SVG<style>element instance.static final SVGStyleSVGUtils.createStyle(CharSequence... styles) Creates an SVG<style>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.SVG.setStyleSheet(CharSequence... styles) Sets the given CSS style definitions as a style sheet in an SVGstyleelement to the<defs>element of this<svg>element.Methods in org.tquadrat.foundation.svg with parameters of type SVGStyleModifier and TypeMethodDescriptionvoidAdds an SVG<style>element to the definitions of this<svg>element.voidMerges the given SVG<style>element into this one.
Only the CSS style definitions are taken from the other element, no attributes or comments.voidMerges 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 classThe implementation of the interfaceSVGStylefor 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 SVGStyleSVGImpl.setStyleSheet(CharSequence... styles) Sets the given CSS style definitions as a style sheet in an SVGstyleelement to the<defs>element of this<svg>element.Methods in org.tquadrat.foundation.svg.internal with parameters of type SVGStyleModifier and TypeMethodDescriptionfinal voidAdds an SVG<style>element to the definitions of this<svg>element.final voidMerges the given SVG<style>element into this one.
Only the CSS style definitions are taken from the other element, no attributes or comments.
