com.github.sarxos.webcam
public static interface WebcamPanel.Painter
Modifier and Type | Method and Description |
---|---|
void |
paintImage(WebcamPanel panel,
BufferedImage image,
Graphics2D g2)
Paints webcam image in panel.
|
void |
paintPanel(WebcamPanel panel,
Graphics2D g2)
Paints panel without image.
|
void paintPanel(WebcamPanel panel, Graphics2D g2)
g2
- the graphics 2D object used for drawingvoid paintImage(WebcamPanel panel, BufferedImage image, Graphics2D g2)
g2
- the graphics 2D object used for drawingCopyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.