com.teamdev.jxcapture
Class CaptureArea.Rect
java.lang.Object
com.teamdev.jxcapture.CaptureArea
com.teamdev.jxcapture.CaptureArea.Rect
- Enclosing class:
- CaptureArea
Deprecated.
@Deprecated
public static final class CaptureArea.Rect
- extends CaptureArea
Represents a rectangular capture area.
|
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
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