org.gjt.sp.jedit.textarea
Class SquareFoldPainter

java.lang.Object
  extended by org.gjt.sp.jedit.textarea.ShapedFoldPainter
      extended by org.gjt.sp.jedit.textarea.SquareFoldPainter
All Implemented Interfaces:
FoldPainter

public class SquareFoldPainter
extends ShapedFoldPainter


Constructor Summary
SquareFoldPainter()
           
 
Method Summary
protected  void paintFoldShape(java.awt.Graphics2D gfx, int top, int bottom)
           
 
Methods inherited from class org.gjt.sp.jedit.textarea.ShapedFoldPainter
paintFoldEnd, paintFoldMiddle, paintFoldStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SquareFoldPainter

public SquareFoldPainter()
Method Detail

paintFoldShape

protected void paintFoldShape(java.awt.Graphics2D gfx,
                              int top,
                              int bottom)
Specified by:
paintFoldShape in class ShapedFoldPainter