Uses of Interface
org.tquadrat.foundation.svg.SVGRectangle
Packages that use SVGRectangle
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVGRectangle in org.tquadrat.foundation.svg
Classes in org.tquadrat.foundation.svg that implement SVGRectangleModifier 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 SVGRectangleModifier and TypeMethodDescriptionstatic final SVGRectangle
SVGUtils.createRectangle()
Creates an SVG<rect>
element instance.static final SVGRectangle
SVGUtils.createRectangle
(SVGElementWithChildren parent) Creates an SVG<rect>
element instance and adds it to the given parent element.static final SVGRectangle
SVGUtils.createRectangle
(SVGElementWithChildren parent, SVGNumber x, SVGNumber y, SVGNumber width, SVGNumber height) Creates an SVG<rect>
element instance with the given start and end points and adds it to the given parent element.static final SVGRectangle
SVGUtils.createRectangle
(SVGNumber x, SVGNumber y, SVGNumber width, SVGNumber height) Creates an SVG<rect>
element instance with the given start and end points. -
Uses of SVGRectangle in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVGRectangleModifier and TypeClassDescriptionfinal class
The implementation of the interfaceSVGRectangle
for the SVG<rect>
element.