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 class
SVGClassBox
This 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 class
SVGArrow
class
SVGLine
class
SVGLink
class
SVGRectangle
class
SVGText
class
SVGUnion
This 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 void
SVGUnion. addElements(SVGPrimitive... elements)
static SVGArrow
SVGArrow. createConnection(SVGPrimitive start, SVGPrimitive end, ColorProperty stroke, ArrowProperty head)
static SVGLine
SVGLine. createConnection(SVGPrimitive start, SVGPrimitive end, ColorProperty stroke)
void
SVGUnion. 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()
-