|
Bartosz Firyn (SarXos) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WebcamPanel.Painter
Interface of the painter used to draw image in panel.
| Method Summary | |
|---|---|
void |
paintImage(WebcamPanel panel,
BufferedImage image,
Graphics2D g2)
Paints webcam image in panel. |
void |
paintPanel(WebcamPanel panel,
Graphics2D g2)
Paints panel without image. |
| Method Detail |
|---|
void paintPanel(WebcamPanel panel,
Graphics2D g2)
g2 - the graphics 2D object used for drawing
void paintImage(WebcamPanel panel,
BufferedImage image,
Graphics2D g2)
g2 - the graphics 2D object used for drawing
|
Bartosz Firyn (SarXos) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||