Uses of Class
org.gjt.sp.jedit.textarea.Gutter
Packages that use Gutter
-
Uses of Gutter in org.gjt.sp.jedit.textarea
Methods in org.gjt.sp.jedit.textarea that return GutterModifier and TypeMethodDescriptionfinal Gutter
TextArea.getGutter()
Returns the gutter to the left of the text area or null if the gutter is disabledMethods in org.gjt.sp.jedit.textarea with parameters of type GutterModifier and TypeMethodDescriptionvoid
FoldPainter.paintFoldEnd
(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) Paints the end of a fold in the gutter.void
ShapedFoldPainter.paintFoldEnd
(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) void
TriangleFoldPainter.paintFoldEnd
(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) void
FoldPainter.paintFoldMiddle
(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) Paints the middle of a fold (single line) in the gutter.void
ShapedFoldPainter.paintFoldMiddle
(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) void
TriangleFoldPainter.paintFoldMiddle
(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) void
FoldPainter.paintFoldStart
(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, boolean nextLineVisible, int y, int lineHeight, JEditBuffer buffer) Paints the beginning of a fold in the gutter.void
ShapedFoldPainter.paintFoldStart
(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, boolean nextLineVisible, int y, int lineHeight, JEditBuffer buffer) void
TriangleFoldPainter.paintFoldStart
(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, boolean nextLineVisible, int y, int lineHeight, JEditBuffer buffer)