com.teamdev.jxcapture
Class CaptureArea.WindowRect

java.lang.Object
  extended by com.teamdev.jxcapture.CaptureArea
      extended by com.teamdev.jxcapture.CaptureArea.WindowRect
Enclosing class:
CaptureArea

Deprecated.

@Deprecated
public static final class CaptureArea.WindowRect
extends CaptureArea

This area represents a rectangle of a specified window's client area.
The contents of the specified window will be visible even if this window is overlapped by another ones.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.teamdev.jxcapture.CaptureArea
CaptureArea.Desktop, CaptureArea.FullScreen, CaptureArea.Rect, CaptureArea.WindowRect
 
Field Summary
 
Fields inherited from class com.teamdev.jxcapture.CaptureArea
pcs, PROPERTY_LOCATION, PROPERTY_SIZE
 
Constructor Summary
CaptureArea.WindowRect(com.teamdev.jxdesktop.ui.Window window)
          Deprecated. Creates the rectangular capture area for a specified window by given rectangle coordinates.
CaptureArea.WindowRect(com.teamdev.jxdesktop.ui.Window window, java.awt.Dimension dimension)
          Deprecated. Creates the rectangular capture area for a specified window by given rectangle coordinates.
CaptureArea.WindowRect(com.teamdev.jxdesktop.ui.Window window, java.awt.Rectangle rectangle)
          Deprecated. Creates the rectangular capture area for a specified window by given rectangle coordinates.
 
Method Summary
 com.teamdev.jxdesktop.ui.Window getWindow()
          Deprecated. Returns the specified window element.
 void updateSize()
          Deprecated. Updates the size of this area according to the current size of the window.
 
Methods inherited from class com.teamdev.jxcapture.CaptureArea
addPropertyChangeListener, create, equals, getDimensions, getLocation, getRectangle, hashCode, removePropertyChangeListener, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CaptureArea.WindowRect

public CaptureArea.WindowRect(com.teamdev.jxdesktop.ui.Window window)
Deprecated. 
Creates the rectangular capture area for a specified window by given rectangle coordinates.

Parameters:
window - element to capture

CaptureArea.WindowRect

public CaptureArea.WindowRect(com.teamdev.jxdesktop.ui.Window window,
                              java.awt.Rectangle rectangle)
Deprecated. 
Creates the rectangular capture area for a specified window by given rectangle coordinates.

Parameters:
window - window element to capture
rectangle - widnow rectangle

CaptureArea.WindowRect

public CaptureArea.WindowRect(com.teamdev.jxdesktop.ui.Window window,
                              java.awt.Dimension dimension)
Deprecated. 
Creates the rectangular capture area for a specified window by given rectangle coordinates.

Parameters:
window - window element to capture
dimension - widnow dimensions
Method Detail

getWindow

public com.teamdev.jxdesktop.ui.Window getWindow()
Deprecated. 
Returns the specified window element.

Returns:
window element

updateSize

public void updateSize()
Deprecated. 
Updates the size of this area according to the current size of the window.