Uses of Class
hudson.plugins.project_inheritance.util.svg.properties.TextProperty
-
Packages that use TextProperty Package Description hudson.plugins.project_inheritance.util.svg.prefabs hudson.plugins.project_inheritance.util.svg.primitives -
-
Uses of TextProperty in hudson.plugins.project_inheritance.util.svg.prefabs
Constructors in hudson.plugins.project_inheritance.util.svg.prefabs with parameters of type TextProperty Constructor Description SVGClassBox(Point2D.Double pos, TextProperty className, URL classURL, TextProperty bodyText, ColorProperty borders)
SVGClassBox(Point2D.Double pos, TextProperty className, URL classURL, TextProperty bodyText, ColorProperty borders, Point2D.Double minSize, Point2D.Double maxSize)
-
Uses of TextProperty in hudson.plugins.project_inheritance.util.svg.primitives
Constructors in hudson.plugins.project_inheritance.util.svg.primitives with parameters of type TextProperty Constructor Description SVGText(Point2D.Double pos, TextProperty props, double lineBreakPxls)
-