Uses of Interface
org.tquadrat.foundation.svg.SVGLine
Packages that use SVGLine
Package
Description
Classes for the handling of SVG.
The internal implementations for the SVG elements.
-
Uses of SVGLine in org.tquadrat.foundation.svg
Classes in org.tquadrat.foundation.svg that implement SVGLineModifier 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 SVGLineModifier and TypeMethodDescriptionstatic final SVGLine
SVGUtils.createLine()
Creates an SVG<line>
element instance.static final SVGLine
SVGUtils.createLine
(SVGElementWithChildren parent) Creates an SVG<line>
element instance and adds it to the given parent element.static final SVGLine
SVGUtils.createLine
(SVGElementWithChildren parent, SVGNumber x1, SVGNumber y1, SVGNumber x2, SVGNumber y2) Creates an SVG<line>
element instance with the given start and end points and adds it to the given parent element.static final SVGLine
SVGUtils.createLine
(SVGNumber x1, SVGNumber y1, SVGNumber x2, SVGNumber y2) Creates an SVG<line>
element instance with the given start and end points. -
Uses of SVGLine in org.tquadrat.foundation.svg.internal
Classes in org.tquadrat.foundation.svg.internal that implement SVGLineModifier and TypeClassDescriptionfinal class
The implementation of theSVGLine
interface for the SVG<line>
element.