Event

Inheritance: java.lang.Object

public class Event

Contains elements that specify formulas that control shape events.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueint

setEventDblClick(DoubleValue value)

public void setEventDblClick(DoubleValue value)

For the description of this property, please see getEventDblClick()

Parameters:

ParameterTypeDescription
valueDoubleValue

setEventDrop(DoubleValue value)

public void setEventDrop(DoubleValue value)

For the description of this property, please see getEventDrop()

Parameters:

ParameterTypeDescription
valueDoubleValue

setEventMultiDrop(DoubleValue value)

public void setEventMultiDrop(DoubleValue value)

For the description of this property, please see getEventMultiDrop()

Parameters:

ParameterTypeDescription
valueDoubleValue

setEventXFMod(DoubleValue value)

public void setEventXFMod(DoubleValue value)

For the description of this property, please see getEventXFMod()

Parameters:

ParameterTypeDescription
valueDoubleValue

setTheData(DoubleValue value)

public void setTheData(DoubleValue value)

For the description of this property, please see getTheData()

Parameters:

ParameterTypeDescription
valueDoubleValue

setTheText(DoubleValue value)

public void setTheText(DoubleValue value)

For the description of this property, please see getTheText()

Parameters:

ParameterTypeDescription
valueDoubleValue

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int