|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectoracle.adfmf.amx.event.AMXEvent
oracle.adfmf.amx.event.MapInputEvent
public class MapInputEvent
Event that is generated when an input (mouse or touch) gesture occurs in DVT geographicMap. The event is passed to the method bound to the component's 'mapInputListener' attribute. Event properties include the x/y coordinates of the point where the gesture occurred and the type of the event.
Constructor Summary | |
---|---|
MapInputEvent()
Creates a new MapInputEvent |
|
MapInputEvent(String type,
Object pointX,
Object pointY)
Creates a new MapInputEvent with point location info. |
Method Summary | |
---|---|
Object |
getPointX()
Returns the x coordinate of the point. |
Object |
getPointY()
Returns the y coordinate of the point. |
String |
getType()
Returns the type of the event. |
void |
setPointX(Object pointX)
Sets the x coordinate of the point. |
void |
setPointY(Object pointY)
Sets the y coordinate of the point. |
void |
setType(String type)
Sets the type of the event. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapInputEvent()
public MapInputEvent(String type, Object pointX, Object pointY)
type
- event typepointX
- x coordinate of the event pointpointY
- y coordinate of the event pointMethod Detail |
---|
public void setType(String type)
type
- type namepublic String getType()
public void setPointX(Object pointX)
pointX
- x coordinatepublic Object getPointX()
public void setPointY(Object pointY)
pointY
- y coordinatepublic Object getPointY()
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |