|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Theme | |
|---|---|
| prettify.theme | All themes that comes with release. |
| syntaxhighlight | |
| Uses of Theme in prettify.theme |
|---|
| Subclasses of Theme in prettify.theme | |
|---|---|
class |
ThemeDefault
Default theme. |
class |
ThemeDesert
Desert theme. |
class |
ThemeSonsOfObsidian
Son of Obsidian theme. |
class |
ThemeSunburst
Sunbrust theme. |
| Uses of Theme in syntaxhighlight |
|---|
| Fields in syntaxhighlight declared as Theme | |
|---|---|
protected Theme |
SyntaxHighlighter.theme
The theme. |
protected Theme |
SyntaxHighlighterPane.theme
The theme. |
| Methods in syntaxhighlight that return Theme | |
|---|---|
Theme |
Theme.clone()
|
Theme |
SyntaxHighlighter.getTheme()
Get current theme. |
Theme |
SyntaxHighlighterPane.getTheme()
Get current theme. |
| Methods in syntaxhighlight with parameters of type Theme | |
|---|---|
void |
SyntaxHighlighter.setTheme(Theme theme)
Set the theme. |
void |
SyntaxHighlighterPane.setTheme(Theme theme)
Set the theme. |
| Constructors in syntaxhighlight with parameters of type Theme | |
|---|---|
SyntaxHighlighter(Parser parser,
Theme theme)
Constructor. |
|
SyntaxHighlighter(Parser parser,
Theme theme,
SyntaxHighlighterPane highlighterPane)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||