Uses of Interface
hudson.plugins.project_inheritance.util.svg.primitives.SVGPrimitive
-
-
Uses of SVGPrimitive in hudson.plugins.project_inheritance.util.svg.prefabs
Classes in hudson.plugins.project_inheritance.util.svg.prefabs that implement SVGPrimitive Modifier and Type Class Description classSVGClassBoxThis class shows a simple UML-like class box. -
Uses of SVGPrimitive in hudson.plugins.project_inheritance.util.svg.primitives
Classes in hudson.plugins.project_inheritance.util.svg.primitives that implement SVGPrimitive Modifier and Type Class Description classSVGArrowclassSVGLineclassSVGLinkclassSVGRectangleclassSVGTextclassSVGUnionThis class corresponds to a union of SVGPrimitives.Methods in hudson.plugins.project_inheritance.util.svg.primitives that return types with arguments of type SVGPrimitive Modifier and Type Method Description Collection<SVGPrimitive>SVGUnion. getElements()Methods in hudson.plugins.project_inheritance.util.svg.primitives with parameters of type SVGPrimitive Modifier and Type Method Description voidSVGUnion. addElements(SVGPrimitive... elements)static SVGArrowSVGArrow. createConnection(SVGPrimitive start, SVGPrimitive end, ColorProperty stroke, ArrowProperty head)static SVGLineSVGLine. createConnection(SVGPrimitive start, SVGPrimitive end, ColorProperty stroke)voidSVGUnion. removeElements(SVGPrimitive... elements)Constructors in hudson.plugins.project_inheritance.util.svg.primitives with parameters of type SVGPrimitive Constructor Description SVGLink(URL link, SVGPrimitive body)SVGUnion(SVGPrimitive... elements)Constructor parameters in hudson.plugins.project_inheritance.util.svg.primitives with type arguments of type SVGPrimitive Constructor Description SVGUnion(Collection<SVGPrimitive> elements) -
Uses of SVGPrimitive in hudson.plugins.project_inheritance.util.svg.renderers
Methods in hudson.plugins.project_inheritance.util.svg.renderers that return types with arguments of type SVGPrimitive Modifier and Type Method Description abstract Collection<SVGPrimitive>SVGGraphRenderer. getElements()This method returns all drawables defined by the current graph.Collection<SVGPrimitive>SVGTreeRenderer. getElements()
-