public abstract class AbstractCellBasedBackPainter extends AbstractBackPainter
Constructor and Description |
---|
AbstractCellBasedBackPainter() |
Modifier and Type | Method and Description |
---|---|
protected abstract Image |
getBackgroundImageFor(Program prog)
Gets the background image for the given program.
|
protected abstract Image |
getOuterBackgroundImage()
Gets the background image for the outer areas, where no programs are.
|
void |
paintBackground(Graphics grp,
int columnWidth,
int tableHeight,
int minCol,
int maxCol,
Rectangle clipBounds,
ProgramTableLayout layout,
ProgramTableModel model)
Paints the background.
|
fillImage, getTableWest, layoutChanged
public void paintBackground(Graphics grp, int columnWidth, int tableHeight, int minCol, int maxCol, Rectangle clipBounds, ProgramTableLayout layout, ProgramTableModel model)
grp
- columnWidth
- tableHeight
- clipBounds
- layout
- The table's layoutmodel
- The table modelprotected abstract Image getOuterBackgroundImage()
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)