Package | Description |
---|---|
gudusoft.gsqlparser.pp.output | |
gudusoft.gsqlparser.pp.output.html |
Modifier and Type | Method and Description |
---|---|
static HighlightingElement |
HighlightingElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HighlightingElement[] |
HighlightingElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputConfig.addHighlightingElementRender(HighlightingElement element,
HighlightingElementRender render) |
boolean |
OutputConfig.containsHighlightingElementRender(HighlightingElement element) |
HighlightingElementRender |
OutputConfig.getHighlightingElementRender(HighlightingElement element) |
void |
OutputConfig.removeHighlightingElementRender(HighlightingElement element) |
Modifier and Type | Method and Description |
---|---|
HighlightingElement |
HtmlHighlightingElementRender.getElement() |
Modifier and Type | Method and Description |
---|---|
void |
HtmlOutputConfig.addHighlightingElementRender(HighlightingElement element,
HighlightingElementRender setting) |
boolean |
HtmlOutputConfig.containsHighlightingElementRender(HighlightingElement element) |
HighlightingElementRender |
HtmlOutputConfig.getHighlightingElementRender(HighlightingElement element) |
void |
HtmlOutputConfig.removeHighlightingElementRender(HighlightingElement element) |
Constructor and Description |
---|
HtmlHighlightingElementRender(HighlightingElement element) |
HtmlHighlightingElementRender(HighlightingElement element,
Color color,
Font font) |
HtmlHighlightingElementRender(HighlightingElement element,
Color color,
Font font,
boolean underLine,
boolean strikeOut) |
HtmlHighlightingElementRender(HighlightingElement element,
Font font) |