| Package | Description |
|---|---|
| prettify.theme |
All themes that comes with release.
|
| syntaxhighlight |
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeDefault
Default theme.
|
class |
ThemeDesert
Desert theme.
|
class |
ThemeSonsOfObsidian
Son of Obsidian theme.
|
class |
ThemeSunburst
Sunbrust theme.
|
| Modifier and Type | Field and Description |
|---|---|
protected Theme |
SyntaxHighlighterPane.theme
The theme.
|
protected Theme |
SyntaxHighlighter.theme
The theme.
|
| Modifier and Type | Method and Description |
|---|---|
Theme |
Theme.clone() |
Theme |
SyntaxHighlighterPane.getTheme()
Get current theme.
|
Theme |
SyntaxHighlighter.getTheme()
Get current theme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntaxHighlighterPane.setTheme(Theme theme)
Set the theme.
|
void |
SyntaxHighlighter.setTheme(Theme theme)
Set the theme.
|
| Constructor and Description |
|---|
SyntaxHighlighter(Parser parser,
Theme theme)
Constructor.
|
SyntaxHighlighter(Parser parser,
Theme theme,
SyntaxHighlighterPane highlighterPane)
Constructor.
|
Copyright © 2015. All rights reserved.