Event
Inheritance: java.lang.Object
public class Event
Contains elements that specify formulas that control shape events.
Methods
| Method | Description |
|---|---|
| deepClone() | Creates deep copy of this instance. |
| equals(Object arg0) | |
| getClass() | |
| getDel() | A flag indicating whether the element has been deleted locally. |
| getEventDblClick() | An event element that is evaluated when a shape is double-clicked. |
| getEventDrop() | An event element that is evaluated when a shape is dropped on the drawing page, either as an instance or when a shape is duplicated or pasted. |
| getEventMultiDrop() | EventMultiDrop. |
| getEventXFMod() | An event element that is evaluated when a shape’s position or orientation on the page is transformed. |
| getTheData() | Reserved for future use. |
| getTheText() | An event element that is evaluated when a shape’s text or text composition changes. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setDel(int value) | For the description of this property, please see getDel() |
| setEventDblClick(DoubleValue value) | For the description of this property, please see getEventDblClick() |
| setEventDrop(DoubleValue value) | For the description of this property, please see getEventDrop() |
| setEventMultiDrop(DoubleValue value) | For the description of this property, please see getEventMultiDrop() |
| setEventXFMod(DoubleValue value) | For the description of this property, please see getEventXFMod() |
| setTheData(DoubleValue value) | For the description of this property, please see getTheData() |
| setTheText(DoubleValue value) | For the description of this property, please see getTheText() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
deepClone()
public Object deepClone()
Creates deep copy of this instance.
Returns: java.lang.Object -
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getEventDblClick()
public DoubleValue getEventDblClick()
An event element that is evaluated when a shape is double-clicked.
Returns: DoubleValue
getEventDrop()
public DoubleValue getEventDrop()
An event element that is evaluated when a shape is dropped on the drawing page, either as an instance or when a shape is duplicated or pasted.
Returns: DoubleValue
getEventMultiDrop()
public DoubleValue getEventMultiDrop()
EventMultiDrop.
Returns: DoubleValue
getEventXFMod()
public DoubleValue getEventXFMod()
An event element that is evaluated when a shape’s position or orientation on the page is transformed.
Returns: DoubleValue
getTheData()
public DoubleValue getTheData()
Reserved for future use.
Returns: DoubleValue
getTheText()
public DoubleValue getTheText()
An event element that is evaluated when a shape’s text or text composition changes.
Returns: DoubleValue
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setEventDblClick(DoubleValue value)
public void setEventDblClick(DoubleValue value)
For the description of this property, please see getEventDblClick()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | DoubleValue |
setEventDrop(DoubleValue value)
public void setEventDrop(DoubleValue value)
For the description of this property, please see getEventDrop()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | DoubleValue |
setEventMultiDrop(DoubleValue value)
public void setEventMultiDrop(DoubleValue value)
For the description of this property, please see getEventMultiDrop()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | DoubleValue |
setEventXFMod(DoubleValue value)
public void setEventXFMod(DoubleValue value)
For the description of this property, please see getEventXFMod()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | DoubleValue |
setTheData(DoubleValue value)
public void setTheData(DoubleValue value)
For the description of this property, please see getTheData()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | DoubleValue |
setTheText(DoubleValue value)
public void setTheText(DoubleValue value)
For the description of this property, please see getTheText()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | DoubleValue |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |