|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CodeFoldingPainter
A painter interface to paint the code folding.
| Method Summary | |
|---|---|
int |
getPreferredWidth()
Gets preferred width. |
void |
paintBackground(Component c,
Graphics g,
Rectangle rect)
Paints the background of the code folding area. |
void |
paintCollapsedFolding(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
Paints the collapsed folding. |
void |
paintExpandedFolding(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
Paints the expanded folding. |
int |
paintFoldingEnd(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
Paints the end of the folding. |
void |
paintFoldingLine(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
Paints the folding line between the start and the end of the folding. |
int |
paintFoldingStart(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
Paints the start of the folding. |
| Method Detail |
|---|
int paintFoldingStart(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
c - g - span - rect - state -
int paintFoldingEnd(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
c - g - span - rect - state -
void paintCollapsedFolding(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
c - g - span - rect - state -
void paintExpandedFolding(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
c - g - span - rect - state -
void paintFoldingLine(Component c,
Graphics g,
Span span,
Rectangle rect,
int state)
c - g - span - rect - state -
void paintBackground(Component c,
Graphics g,
Rectangle rect)
c - g - rect - int getPreferredWidth()
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||