|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxcapture.CaptureArea
com.teamdev.jxcapture.CaptureArea.WindowRect
@Deprecated public static final class CaptureArea.WindowRect
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 |
|---|
public CaptureArea.WindowRect(com.teamdev.jxdesktop.ui.Window window)
window - element to capture
public CaptureArea.WindowRect(com.teamdev.jxdesktop.ui.Window window,
java.awt.Rectangle rectangle)
window - window element to capturerectangle - widnow rectangle
public CaptureArea.WindowRect(com.teamdev.jxdesktop.ui.Window window,
java.awt.Dimension dimension)
window - window element to capturedimension - widnow dimensions| Method Detail |
|---|
public com.teamdev.jxdesktop.ui.Window getWindow()
public void updateSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||