Uses of Interface
ij.plugin.frame.jedit.TextAreaPainter.Highlight

Packages that use TextAreaPainter.Highlight
ij.plugin.frame.jedit   
 

Uses of TextAreaPainter.Highlight in ij.plugin.frame.jedit
 

Fields in ij.plugin.frame.jedit declared as TextAreaPainter.Highlight
protected  TextAreaPainter.Highlight TextAreaPainter.highlights
           
 

Methods in ij.plugin.frame.jedit with parameters of type TextAreaPainter.Highlight
 void TextAreaPainter.addCustomHighlight(TextAreaPainter.Highlight highlight)
          Adds a custom highlight painter.
 void TextAreaPainter.Highlight.init(JEditTextArea textArea, TextAreaPainter.Highlight next)
          Called after the highlight painter has been added.