Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.2.1.3.0)
E80083-01
- java.lang.Object
-
- oracle.adf.view.faces.bi.dnd.MapDragContext
-
-
Constructor Summary
Constructors
Constructor and Description |
MapDragContext(java.lang.Double x,
java.lang.Double y)
Internal Use Only.
|
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
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
@Concealed
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
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.2.1.3.0)
E80083-01
Copyright © 1997, 2017, Oracle. All rights reserved.