oop.piltnik
Class Capture

java.lang.Object
  extended by oop.piltnik.Capture

public class Capture
extends java.lang.Object


Constructor Summary
Capture()
           
 
Method Summary
static java.awt.image.BufferedImage captureScreen()
          Meetob, mis võtab pildi ekraanist ja tagastab selle.
static Screenshot getScreenshot()
          Meetod, mis salvestab ajutise ekraanipildi.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Capture

public Capture()
Method Detail

captureScreen

public static java.awt.image.BufferedImage captureScreen()
                                                  throws java.awt.AWTException
Meetob, mis võtab pildi ekraanist ja tagastab selle.

Returns:
image - Ekraanist tehtud pilt.
Throws:
java.awt.AWTException

getScreenshot

public static Screenshot getScreenshot()
                                throws java.io.IOException,
                                       java.awt.AWTException
Meetod, mis salvestab ajutise ekraanipildi.

Returns:
Screenshot - Ekraanipilt.
Throws:
java.io.IOException
java.awt.AWTException