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

E17492-01

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

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by oracle.adf.view.faces.bi.dnd.GraphDropSite
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class GraphDropSite
extends java.util.HashMap

Represents the location of the drop on a graph

Since:
11.1.1.2.0
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static java.lang.String X_VALUE_KEY
          The key for retrieving the x value from the map.
static java.lang.String Y_VALUE_KEY
          The key for retrieving the y value from the map.
 
Constructor Summary
GraphDropSite(java.lang.Double oldX, java.lang.Double oldY, java.lang.Double newX, java.lang.Double newY)
          Internal Use Only.
 
Method Summary
 java.lang.Number getNewX()
          Deprecated. this value should be retrieved by calling get(X_VALUE_KEY).
 java.lang.Number getNewY()
          Deprecated. this value should be retrieved by calling get(Y_VALUE_KEY).
 java.lang.Number getOldX()
          Deprecated. this value should be retrieved from the GraphDragContext in the Transferable.
 java.lang.Number getOldY()
          Deprecated. this value should be retrieved from the GraphDragContext in the Transferable.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

X_VALUE_KEY

public static final java.lang.String X_VALUE_KEY
The key for retrieving the x value from the map.

See Also:
Constant Field Values

Y_VALUE_KEY

public static final java.lang.String Y_VALUE_KEY
The key for retrieving the y value from the map.

See Also:
Constant Field Values
Constructor Detail

GraphDropSite

public GraphDropSite(java.lang.Double oldX,
                     java.lang.Double oldY,
                     java.lang.Double newX,
                     java.lang.Double newY)
Internal Use Only. Applications developers should not use this constructor. Constructor for creating a graph drop event.

Parameters:
oldX - the x value of the marker before the drag and drop
oldY - the y value of the marker before the drag and drop
newX - the x value of the marker after the drag and drop
newY - the y value of the marker after the drag and drop
For internal use only. Application developers should not use this
Method Detail

getOldX

@Deprecated
public java.lang.Number getOldX()
Deprecated. this value should be retrieved from the GraphDragContext in the Transferable.

Returns the x value of the marker before the drag and drop.

Returns:

getOldY

@Deprecated
public java.lang.Number getOldY()
Deprecated. this value should be retrieved from the GraphDragContext in the Transferable.

Returns the y value of the marker before the drag and drop.

Returns:

getNewX

@Deprecated
public java.lang.Number getNewX()
Deprecated. this value should be retrieved by calling get(X_VALUE_KEY).

Returns the x value of the marker after the drag and drop.

Returns:

getNewY

@Deprecated
public java.lang.Number getNewY()
Deprecated. this value should be retrieved by calling get(Y_VALUE_KEY).

Returns the y value of the marker after the drag and drop.

Returns:

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

E17492-01

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