public interface CodeAreaPainter
Modifier and Type | Method and Description |
---|---|
void |
paintBackground(org.eclipse.swt.graphics.GC g)
Paints background.
|
void |
paintCursor(org.eclipse.swt.graphics.GC g)
Paints cursor symbol.
|
void |
paintHeader(org.eclipse.swt.graphics.GC g)
Paints header for hexadecimal editor.
|
void |
paintLineNumbers(org.eclipse.swt.graphics.GC g)
Paints line number.
|
void |
paintMainArea(org.eclipse.swt.graphics.GC g)
Paints main hexadecimal data section of the component.
|
void |
paintOverall(org.eclipse.swt.graphics.GC g)
Paints overall hexadecimal editor parts.
|
void paintOverall(org.eclipse.swt.graphics.GC g)
g
- graphicsvoid paintHeader(org.eclipse.swt.graphics.GC g)
g
- graphicsvoid paintBackground(org.eclipse.swt.graphics.GC g)
g
- graphicsvoid paintLineNumbers(org.eclipse.swt.graphics.GC g)
g
- graphicsvoid paintMainArea(org.eclipse.swt.graphics.GC g)
g
- graphicsvoid paintCursor(org.eclipse.swt.graphics.GC g)
g
- graphics