41 System.arraycopy(styles, 1, this.styles, 1, styles.length - 1);
A set of SyntaxStyle instances for painting colorized text.
SyntaxStyle getStyle(final byte id)
Returns a style for a token id.
SyntaxStyles(final SyntaxStyle[] styles)
Creates a new instance.
A simple text style class.
final SyntaxStyle [] styles
The styles; maps token id to style.