Uses of Class
syntaxhighlight.Style

Packages that use Style
syntaxhighlight   
 

Uses of Style in syntaxhighlight
 

Fields in syntaxhighlight declared as Style
protected  Style Theme.plain
          The default style.
 

Fields in syntaxhighlight with type parameters of type Style
protected  java.util.Map<java.lang.String,Style> Theme.styles
          The styles of this theme.
 

Methods in syntaxhighlight that return Style
 Style Theme.addStyle(java.lang.String styleKey, Style style)
          Add style.
 Style Style.clone()
          
 Style Theme.getPlain()
          Get the default style.
 Style Theme.getStyle(java.lang.String key)
          Get the style by keyword.
 Style Theme.removeStyle(java.lang.String styleKey)
          Remove style by keyword.
 

Methods in syntaxhighlight that return types with arguments of type Style
 java.util.Map<java.lang.String,Style> Theme.getStyles()
          Get all styles.
 

Methods in syntaxhighlight with parameters of type Style
 Style Theme.addStyle(java.lang.String styleKey, Style style)
          Add style.
 void Theme.setPlain(Style plain)
          Set the default style.