| Package | Description | 
|---|---|
| org.gjt.sp.jedit.textarea |  Classes related to jEdit's TextArea. | 
| Modifier and Type | Method and Description | 
|---|---|
| Gutter | TextArea. getGutter()Returns the gutter to the left of the text area or null if the gutter
 is disabled | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. |