public static interface WebcamPanel.Painter
Modifier and Type | Method and Description |
---|---|
void |
paintImage(WebcamPanel panel,
BufferedImage image,
Graphics2D g2)
Paint webcam image in panel.
|
void |
paintPanel(WebcamPanel panel,
Graphics2D g2)
Paint panel without image.
|
void paintPanel(WebcamPanel panel, Graphics2D g2)
panel
- the webcam panel to paint ong2
- the graphics 2D object used for drawingvoid paintImage(WebcamPanel panel, BufferedImage image, Graphics2D g2)
panel
- the webcam panel to paint onimage
- the image from webcamg2
- the graphics 2D object used for drawingCopyright © 2012-2014 Bartosz Firyn (SarXos). All Rights Reserved.