Uses of Class
org.gjt.sp.jedit.textarea.Gutter

Packages that use Gutter
org.gjt.sp.jedit.textarea Since jEdit 4.2, many TextArea classes have been split into a base and derived class. 
 

Uses of Gutter in org.gjt.sp.jedit.textarea
 

Methods in org.gjt.sp.jedit.textarea that return Gutter
 Gutter TextArea.getGutter()
          Returns the gutter to the left of the text area or null if the gutter is disabled
 

Methods in org.gjt.sp.jedit.textarea with parameters of type Gutter
 void TriangleFoldPainter.paintFoldEnd(Gutter gutter, java.awt.Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer)
           
 void ShapedFoldPainter.paintFoldEnd(Gutter gutter, java.awt.Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer)
           
 void FoldPainter.paintFoldEnd(Gutter gutter, java.awt.Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer)
          Paints the end of a fold in the gutter.
 void TriangleFoldPainter.paintFoldMiddle(Gutter gutter, java.awt.Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer)
           
 void ShapedFoldPainter.paintFoldMiddle(Gutter gutter, java.awt.Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer)
           
 void FoldPainter.paintFoldMiddle(Gutter gutter, java.awt.Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer)
          Paints the middle of a fold (single line) in the gutter.
 void TriangleFoldPainter.paintFoldStart(Gutter gutter, java.awt.Graphics2D gfx, int screenLine, int physicalLine, boolean nextLineVisible, int y, int lineHeight, JEditBuffer buffer)
           
 void ShapedFoldPainter.paintFoldStart(Gutter gutter, java.awt.Graphics2D gfx, int screenLine, int physicalLine, boolean nextLineVisible, int y, int lineHeight, JEditBuffer buffer)
           
 void FoldPainter.paintFoldStart(Gutter gutter, java.awt.Graphics2D gfx, int screenLine, int physicalLine, boolean nextLineVisible, int y, int lineHeight, JEditBuffer buffer)
          Paints the beginning of a fold in the gutter.