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 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 SVGRectangleModifier and TypeMethodDescriptionstatic final SVGRectangleSVGUtils.createRectangle()Creates an SVG<rect>element instance.static final SVGRectangleSVGUtils.createRectangle(SVGElementWithChildren parent) Creates an SVG<rect>element instance and adds it to the given parent element.static final SVGRectangleSVGUtils.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 SVGRectangleSVGUtils.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 classThe implementation of the interfaceSVGRectanglefor the SVG<rect>element.
