Uses of Interface
hudson.plugins.project_inheritance.util.svg.SVGNode
-
Packages that use SVGNode Package Description hudson.plugins.project_inheritance.projects hudson.plugins.project_inheritance.util.svg.renderers -
-
Uses of SVGNode in hudson.plugins.project_inheritance.projects
Classes in hudson.plugins.project_inheritance.projects that implement SVGNode Modifier and Type Class Description class
InheritanceProject
A simple base class for all inheritable jobs/projects.Methods in hudson.plugins.project_inheritance.projects that return types with arguments of type SVGNode Modifier and Type Method Description Graph<SVGNode>
InheritanceProject. getSVGRelationGraph()
-
Uses of SVGNode in hudson.plugins.project_inheritance.util.svg.renderers
Fields in hudson.plugins.project_inheritance.util.svg.renderers with type parameters of type SVGNode Modifier and Type Field Description protected Graph<SVGNode>
SVGGraphRenderer. graph
Constructor parameters in hudson.plugins.project_inheritance.util.svg.renderers with type arguments of type SVGNode Constructor Description SVGGraphRenderer(Graph<SVGNode> graph, int width, int height)
SVGTreeRenderer(Graph<SVGNode> graph, int width, int height)
-