Uses of Interface
org.tquadrat.foundation.svg.AllowsGlobalEventAttributes
Packages that use AllowsGlobalEventAttributes
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of AllowsGlobalEventAttributes in org.tquadrat.foundation.svg
Subinterfaces of AllowsGlobalEventAttributes in org.tquadrat.foundation.svgModifier and TypeInterfaceDescriptioninterface
The definition of the SVG<g>
element.interface
The definition of an SVG<line>
element.interface
The definition of the SVG<path>
element.interface
The definition for the SVG<rect>
element.Classes in org.tquadrat.foundation.svg that implement AllowsGlobalEventAttributesModifier 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. -
Uses of AllowsGlobalEventAttributes in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement AllowsGlobalEventAttributesModifier and TypeClassDescriptionfinal class
The implementation of the interfaceSVGGroup
for the SVG<g>
element.final class
The implementation of theSVGLine
interface for the SVG<line>
element.final class
The implementation of the interfaceSVGPath
for the SVG<path>
element.final class
The implementation of the interfaceSVGRectangle
for the SVG<rect>
element.