Uses of Class
ij.plugin.frame.jedit.SyntaxStyle

Packages that use SyntaxStyle
ij.plugin.frame.jedit   
 

Uses of SyntaxStyle in ij.plugin.frame.jedit
 

Fields in ij.plugin.frame.jedit declared as SyntaxStyle
 SyntaxStyle[] LNTextAreaDefaults.styles
           
protected  SyntaxStyle[] LNTextAreaPainter.styles
           
 SyntaxStyle[] TextAreaDefaults.styles
           
protected  SyntaxStyle[] TextAreaPainter.styles
           
 

Methods in ij.plugin.frame.jedit that return SyntaxStyle
static SyntaxStyle[] SyntaxUtilities.getDefaultSyntaxStyles()
          Returns the default style table.
 SyntaxStyle[] LNTextAreaPainter.getStyles()
          Returns the syntax styles used to paint colorized text.
 SyntaxStyle[] TextAreaPainter.getStyles()
          Returns the syntax styles used to paint colorized text.
 

Methods in ij.plugin.frame.jedit with parameters of type SyntaxStyle
static int SyntaxUtilities.paintSyntaxLine(javax.swing.text.Segment line, Token tokens, SyntaxStyle[] styles, javax.swing.text.TabExpander expander, java.awt.Graphics gfx, int x, int y)
          Paints the specified line onto the graphics context.
 void LNTextAreaPainter.setStyles(SyntaxStyle[] styles)
          Sets the syntax styles used to paint colorized text.
 void TextAreaPainter.setStyles(SyntaxStyle[] styles)
          Sets the syntax styles used to paint colorized text.