com.qoppa.pdfViewer
Interface ISnapshotHandler
public interface ISnapshotHandler
This interface provides a way for host applications to implement custom features for
the Snapshot tool. Please see setSnapshotHandler()
- Author:
- Qoppa Software
handleImage
void handleImage(Component parent,
BufferedImage image)
- Handle the BufferedImage captured by the Snapshot tool. This method will only be called
if the Image captured by the Snapshot tool is not null.
- Parameters:
parent - the parent Component when displaying any messagesimage - the BufferedImage captured by the Snapshot tool