Class HtmlHighlightingElementRender
Object
gudusoft.gsqlparser.pp.output.html.HtmlHighlightingElementRender
- All Implemented Interfaces:
HighlightingElementRender
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlHighlightingElementRender(HighlightingElement element, Color color, Font font) HtmlHighlightingElementRender(HighlightingElement element, Color color, Font font, boolean underLine, boolean strikeOut) HtmlHighlightingElementRender(HighlightingElement element, Font font) -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringcolor2String(Color color) intintbooleanbooleanvoidsetBackgroundColor(Color backgroundColor) voidsetFontName(String fontName) voidsetFontSize(int fontSize) voidsetFontStyle(int fontStyle) voidsetForegroundColor(Color foregroundColor) voidsetStrikeOut(boolean strikeOut) voidsetUnderLine(boolean underLine)
-
Constructor Details
-
HtmlHighlightingElementRender
-
HtmlHighlightingElementRender
-
HtmlHighlightingElementRender
public HtmlHighlightingElementRender(HighlightingElement element, Color color, Font font, boolean underLine, boolean strikeOut) -
HtmlHighlightingElementRender
-
-
Method Details
-
getBackgroundColor
-
getElement
-
getFontName
-
getFontSize
-
getFontStyle
-
getForegroundColor
-
isStrikeOut
-
isUnderLine
-
setBackgroundColor
-
setFontName
-
setFontSize
-
setFontStyle
-
setForegroundColor
-
setStrikeOut
-
setUnderLine
-
render
- Specified by:
renderin interfaceHighlightingElementRender
-
color2String
-