|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxcapture.CaptureArea
@Deprecated public abstract class CaptureArea
Defines possible variants of capture areas.
| Nested Class Summary | |
|---|---|
static class |
CaptureArea.Desktop
Deprecated. Use Desktop |
static class |
CaptureArea.FullScreen
Deprecated. Use FullScreen |
static class |
CaptureArea.Rect
Deprecated. |
static class |
CaptureArea.WindowRect
Deprecated. |
| Field Summary | |
|---|---|
protected java.beans.PropertyChangeSupport |
pcs
Deprecated. |
static java.lang.String |
PROPERTY_LOCATION
Deprecated. |
static java.lang.String |
PROPERTY_SIZE
Deprecated. |
| Constructor Summary | |
|---|---|
protected |
CaptureArea(java.lang.Object id,
java.awt.Dimension dimensions)
Deprecated. |
protected |
CaptureArea(java.lang.Object id,
java.awt.Rectangle rectangle)
Deprecated. |
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Deprecated. |
static CaptureArea |
create(com.teamdev.jxdesktop.UIElement element)
Deprecated. |
boolean |
equals(java.lang.Object o)
Deprecated. |
java.awt.Dimension |
getDimensions()
Deprecated. Returns the dimensions of this capture area. |
java.awt.Point |
getLocation()
Deprecated. Returns the location of this capture area. |
java.awt.Rectangle |
getRectangle()
Deprecated. Returns the rectangle of this capture area. |
int |
hashCode()
Deprecated. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.beans.PropertyChangeSupport pcs
public static final java.lang.String PROPERTY_LOCATION
public static final java.lang.String PROPERTY_SIZE
| Constructor Detail |
|---|
protected CaptureArea(java.lang.Object id,
java.awt.Rectangle rectangle)
protected CaptureArea(java.lang.Object id,
java.awt.Dimension dimensions)
| Method Detail |
|---|
public java.awt.Rectangle getRectangle()
public java.awt.Dimension getDimensions()
public java.awt.Point getLocation()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
@Deprecated public static CaptureArea create(com.teamdev.jxdesktop.UIElement element)
element - UI element to create capture area for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||