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 GutterTextArea.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 TypeMethodDescriptionvoidFoldPainter.paintFoldEnd(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) Paints the end of a fold in the gutter.voidShapedFoldPainter.paintFoldEnd(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) voidTriangleFoldPainter.paintFoldEnd(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) voidFoldPainter.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.voidShapedFoldPainter.paintFoldMiddle(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) voidTriangleFoldPainter.paintFoldMiddle(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, int y, int lineHeight, JEditBuffer buffer) voidFoldPainter.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.voidShapedFoldPainter.paintFoldStart(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, boolean nextLineVisible, int y, int lineHeight, JEditBuffer buffer) voidTriangleFoldPainter.paintFoldStart(Gutter gutter, Graphics2D gfx, int screenLine, int physicalLine, boolean nextLineVisible, int y, int lineHeight, JEditBuffer buffer)