|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BufferedPanel
A BufferedPanel provides a common interface for AWT or Swing, and Simple or Double
buffered panels.
| Method Summary | |
|---|---|
void |
draw(Graphics g)
The actual draw method that must be defined by a concrete BufferedPanel. |
Graphics |
getGraphics()
Supposed to be provided by the implementing abstract class. |
int |
getHeight()
Supposed to be provided by the implementing abstract class. |
int |
getWidth()
Supposed to be provided by the implementing abstract class. |
| Method Detail |
|---|
void draw(Graphics g)
Graphics getGraphics()
int getWidth()
int getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||