| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
oracle.adf.view.faces.bi.dnd.GraphDropSite
public class GraphDropSite
Represents the location of the drop on a graph
| 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 | 
|---|
public static final java.lang.String X_VALUE_KEY
public static final java.lang.String Y_VALUE_KEY
| Constructor Detail | 
|---|
public GraphDropSite(java.lang.Double oldX,
                     java.lang.Double oldY,
                     java.lang.Double newX,
                     java.lang.Double newY)
oldX - the x value of the marker before the drag and dropoldY - the y value of the marker before the drag and dropnewX - the x value of the marker after the drag and dropnewY - the y value of the marker after the drag and drop| Method Detail | 
|---|
@Deprecated public java.lang.Number getOldX()
@Deprecated public java.lang.Number getOldY()
@Deprecated public java.lang.Number getNewX()
@Deprecated public java.lang.Number getNewY()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||