| Package | Description | 
|---|---|
| org.syntax.jedit | JEditTextArea classes | 
| org.syntax.jedit.tokenmarker | JEditTextArea TokenMarker related classes | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | SyntaxUtilities. paintSyntaxLine(Segment line,
               Token tokens,
               SyntaxStyle[] styles,
               TabExpander expander,
               Graphics gfx,
               int x,
               int y)Paints the specified line onto the graphics context. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Token | TokenMarker. firstTokenThe first token in the list. | 
| protected Token | TokenMarker. lastTokenThe last token in the list. | 
| Token | Token. nextThe next token in the linked list. | 
| Modifier and Type | Method and Description | 
|---|---|
| Token | TokenMarker. markTokens(Segment line,
          int lineIndex)A wrapper for the lower-level  markTokensImplmethod that is
 called to split a line up into tokens. | 
Copyright © 2019. All Rights Reserved.