Uses of Class
hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
-
Packages that use SVGLine Package Description hudson.plugins.project_inheritance.util.svg.primitives -
-
Uses of SVGLine in hudson.plugins.project_inheritance.util.svg.primitives
Fields in hudson.plugins.project_inheritance.util.svg.primitives declared as SVGLine Modifier and Type Field Description protected SVGLine
SVGArrow. body
Methods in hudson.plugins.project_inheritance.util.svg.primitives that return SVGLine Modifier and Type Method Description static SVGLine
SVGLine. createConnection(SVGPrimitive start, SVGPrimitive end, ColorProperty stroke)
Constructors in hudson.plugins.project_inheritance.util.svg.primitives with parameters of type SVGLine Constructor Description SVGArrow(SVGLine body, ArrowProperty head)
Creates an SVG arrow with an optional single head at the end point of the given line.
-