Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.adf.view.faces.bi.dnd
Class MapDragContext

java.lang.Object
  extended by oracle.adf.view.faces.bi.dnd.MapDragContext


public final class MapDragContext
extends java.lang.Object

Encapsulates additional information from a drag operation originating from a map.


Constructor Summary
MapDragContext(java.lang.Double x, java.lang.Double y)
          Internal Use Only.

 

Method Summary
 java.lang.Number getX()
          Returns the x coordinate where the drag originated.
 java.lang.Number getY()
          Returns the y coordinate where the drag originated.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MapDragContext

public MapDragContext(java.lang.Double x,
                      java.lang.Double y)
Internal Use Only. Applications developers should not use this constructor. Constructor for creating an object to store map drag context.
Parameters:
x - the x coordinate where the drag originated
y - the y coordinate where the drag originated
For internal use only. Application developers should not use this

Method Detail

getX

public java.lang.Number getX()
Returns the x coordinate where the drag originated.
Returns:

getY

public java.lang.Number getY()
Returns the y coordinate where the drag originated.
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


Copyright © 1997, 2012, Oracle. All rights reserved.