com.teamdev.jxcapture.video
Class FullScreen

java.lang.Object
  extended by com.teamdev.jxcapture.MediaSource
      extended by com.teamdev.jxcapture.image.ImageSource
          extended by com.teamdev.jxcapture.video.VideoSource
              extended by com.teamdev.jxcapture.video.FullScreen

public final class FullScreen
extends VideoSource

Represents Full Screen video source.


Field Summary
 
Fields inherited from class com.teamdev.jxcapture.image.ImageSource
PROPERTY_SIZE
 
Fields inherited from class com.teamdev.jxcapture.MediaSource
PROPERTY_ACTIVE, PROPERTY_ENABLED, PROPERTY_NAME
 
Constructor Summary
FullScreen()
          Creates video source of full screen.
 
Method Summary
 
Methods inherited from class com.teamdev.jxcapture.video.VideoSource
getAvailable
 
Methods inherited from class com.teamdev.jxcapture.image.ImageSource
getData, getSize, setSize
 
Methods inherited from class com.teamdev.jxcapture.MediaSource
activate, addPropertyChangeListener, deactivate, getName, getPropertyChangeSupport, isActive, isEnabled, release, removePropertyChangeListener, setEnabled, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullScreen

public FullScreen()
Creates video source of full screen.