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 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 SVGLineModifier and TypeMethodDescriptionstatic final SVGLineSVGUtils.createLine()Creates an SVG<line>element instance.static final SVGLineSVGUtils.createLine(SVGElementWithChildren parent) Creates an SVG<line>element instance and adds it to the given parent element.static final SVGLineSVGUtils.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 SVGLineSVGUtils.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 classThe implementation of theSVGLineinterface for the SVG<line>element.
