Uses of Class
hudson.plugins.project_inheritance.util.svg.properties.TextProperty.STYLE
-
Packages that use TextProperty.STYLE Package Description hudson.plugins.project_inheritance.util.svg.properties -
-
Uses of TextProperty.STYLE in hudson.plugins.project_inheritance.util.svg.properties
Fields in hudson.plugins.project_inheritance.util.svg.properties declared as TextProperty.STYLE Modifier and Type Field Description TextProperty.STYLE
TextProperty. style
Methods in hudson.plugins.project_inheritance.util.svg.properties that return TextProperty.STYLE Modifier and Type Method Description static TextProperty.STYLE
TextProperty.STYLE. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextProperty.STYLE[]
TextProperty.STYLE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in hudson.plugins.project_inheritance.util.svg.properties with parameters of type TextProperty.STYLE Constructor Description TextProperty(String text, ColorProperty color, TextProperty.STYLE style, String fontName, int fontSizePx, int horizLineDist)
-