Klasse SvgTag
java.lang.Object
io.jenkins.plugins.fontawesome.api.SvgTag
Veraltet.
Textual SVG tag representation that shows a FontAwesome icon.
- Autor:
- Ullrich Hafner
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumVeraltet.Available Font Awesome styles. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Creates a newSvgTagthat renders the specified SVG icon of FontAwesome usingSvgTag.FontAwesomeStyle.SOLID.SvgTag(String iconName, SvgTag.FontAwesomeStyle style) Veraltet.Creates a newSvgTagthat renders the specified SVG icon of FontAwesome.Veraltet.useSvgTag(String)insteadSvgTag(String iconName, io.jenkins.plugins.util.JenkinsFacade jenkinsFacade, SvgTag.FontAwesomeStyle style) Veraltet.useSvgTag(String, FontAwesomeStyle)instead -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic SvgTagfontAwesomeSvgIcon(String iconName) Veraltet.Creates a newSvgTagthat renders the specified SVG icon of FontAwesome usingSvgTag.FontAwesomeStyle.SOLID.static SvgTagfontAwesomeSvgIcon(String iconName, SvgTag.FontAwesomeStyle style) Veraltet.Creates a newSvgTagthat renders the specified SVG icon of FontAwesome.render()Veraltet.Renders this tag into plain HTML String representation.withClasses(String... classNames) Veraltet.Uses the specified class names for this SVG tag.
-
Konstruktordetails
-
SvgTag
Veraltet.Creates a newSvgTagthat renders the specified SVG icon of FontAwesome usingSvgTag.FontAwesomeStyle.SOLID.- Parameter:
iconName- the name of the icon (without fa- prefix), e.g.chevron-circle-up.
-
SvgTag
Veraltet.Creates a newSvgTagthat renders the specified SVG icon of FontAwesome.- Parameter:
iconName- the name of the icon (without fa- prefix), e.g.chevron-circle-up.style- Font Awesome style of the icon
-
SvgTag
Veraltet.useSvgTag(String)insteadCreates a newSvgTagthat renders the specified SVG icon of FontAwesome.- Parameter:
iconName- the name of the icon (without fa- prefix), e.g.chevron-circle-up.jenkinsFacade- Jenkins facade to replaced with a stub during unit tests
-
SvgTag
@Deprecated public SvgTag(String iconName, io.jenkins.plugins.util.JenkinsFacade jenkinsFacade, SvgTag.FontAwesomeStyle style) Veraltet.useSvgTag(String, FontAwesomeStyle)insteadCreates a newSvgTagthat renders the specified SVG icon of FontAwesome.- Parameter:
iconName- the name of the icon (without fa- prefix), e.g.chevron-circle-up.jenkinsFacade- Jenkins facade to replaced with a stub during unit testsstyle- Font Awesome style of the icon
-
-
Methodendetails
-
fontAwesomeSvgIcon
Veraltet.Creates a newSvgTagthat renders the specified SVG icon of FontAwesome usingSvgTag.FontAwesomeStyle.SOLID.- Parameter:
iconName- the name of the icon (without fa- prefix), e.g.chevron-circle-up.- Gibt zurück:
- the HTML tag
-
fontAwesomeSvgIcon
Veraltet.Creates a newSvgTagthat renders the specified SVG icon of FontAwesome.- Parameter:
iconName- the name of the icon (without fa- prefix), e.g.chevron-circle-up.style- Font Awesome style of the icon- Gibt zurück:
- the HTML tag
-
withClasses
Veraltet.Uses the specified class names for this SVG tag. Adds the tagsvg-iconas well as class.- Parameter:
classNames- the additional class names, might be empty- Gibt zurück:
- this tag
-
render
Veraltet.Renders this tag into plain HTML String representation.- Gibt zurück:
- the tag as HTML String
-
Symbolinstead