Uses of Class
hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
-
Packages that use SVGRectangle.AttachPoints Package Description hudson.plugins.project_inheritance.util.svg.primitives -
-
Uses of SVGRectangle.AttachPoints in hudson.plugins.project_inheritance.util.svg.primitives
Fields in hudson.plugins.project_inheritance.util.svg.primitives declared as SVGRectangle.AttachPoints Modifier and Type Field Description protected SVGRectangle.AttachPoints
SVGRectangle. attach
Methods in hudson.plugins.project_inheritance.util.svg.primitives that return SVGRectangle.AttachPoints Modifier and Type Method Description static SVGRectangle.AttachPoints
SVGRectangle.AttachPoints. valueOf(String name)
Returns the enum constant of this type with the specified name.static SVGRectangle.AttachPoints[]
SVGRectangle.AttachPoints. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in hudson.plugins.project_inheritance.util.svg.primitives with parameters of type SVGRectangle.AttachPoints Modifier and Type Method Description boolean
SVGRectangle.AttachPoints. contains(SVGRectangle.AttachPoints other)
Constructors in hudson.plugins.project_inheritance.util.svg.primitives with parameters of type SVGRectangle.AttachPoints Constructor Description SVGRectangle(Rectangle2D.Double box, ColorProperty stroke, ColorProperty fill, SVGRectangle.AttachPoints pts)
-