com.teamdev.jxcapture
Class CaptureArea.Rect

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

Deprecated.

@Deprecated
public static final class CaptureArea.Rect
extends CaptureArea

Represents a rectangular capture area.


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.Rect(java.awt.Dimension dimension)
          Deprecated. Constructs a new rectangular capture area of specified dimension.
CaptureArea.Rect(int x, int y, int width, int height)
          Deprecated. Constructs a new rectangular capture area by specified coordinates.
CaptureArea.Rect(java.awt.Rectangle rectangle)
          Deprecated. Constructs a new rectangular capture area by specified rectangle.
 
Method Summary
 void moveTo(java.awt.Point location)
          Deprecated. Allows to change the location of the rectangle during recording.
 
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.Rect

public CaptureArea.Rect(java.awt.Rectangle rectangle)
Deprecated. 
Constructs a new rectangular capture area by specified rectangle.

Parameters:
rectangle - capture rectangle

CaptureArea.Rect

public CaptureArea.Rect(int x,
                        int y,
                        int width,
                        int height)
Deprecated. 
Constructs a new rectangular capture area by specified coordinates.

Parameters:
x - the x coordinate of the Rectangle.
y - the y coordinate of the Rectangle.
width - the height of the Rectangle.
height - the width of the Rectangle.

CaptureArea.Rect

public CaptureArea.Rect(java.awt.Dimension dimension)
Deprecated. 
Constructs a new rectangular capture area of specified dimension.

Parameters:
dimension - dimension of capture capture rectangle
Method Detail

moveTo

public void moveTo(java.awt.Point location)
Deprecated. 
Allows to change the location of the rectangle during recording.

Parameters:
location - specifies new rectangle location