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