Skip navigation links

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

E17492-03


oracle.adf.view.faces.bi.component.graph
Class SelectPointMarker

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.graph.SelectPointMarker

All Implemented Interfaces:
javax.faces.component.StateHolder

Deprecated.

@Deprecated
public class SelectPointMarker
extends BIComplexAttributeBase

The fixed marker on the line of a LINE_SELECT_POINT graph.

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey MARKER_LOCATIONX_KEY
          Deprecated.  
static org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_POINT_KEY
          Deprecated.  
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
          Deprecated.  

 

Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY

 

Constructor Summary
SelectPointMarker()
          Deprecated.  

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
          Deprecated.  
 double getMarkerLocationX()
          Deprecated. Retrieves the X location of the fixed marker.
 void setMarkerLocationX(double xValue)
          Deprecated. Specifies the X location for displaying the fixed marker on one of the line segments in case of LINE_SELECT_POINT graph type.

 

Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated

 

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

 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
Deprecated. 

MARKER_LOCATIONX_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_LOCATIONX_KEY
Deprecated. 

SELECTED_POINT_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_POINT_KEY
Deprecated. 

Constructor Detail

SelectPointMarker

public SelectPointMarker()
Deprecated. 

Method Detail

setMarkerLocationX

public void setMarkerLocationX(double xValue)
Deprecated. 
Specifies the X location for displaying the fixed marker on one of the line segments in case of LINE_SELECT_POINT graph type.
Parameters:
xValue - value along x axis

getMarkerLocationX

public double getMarkerLocationX()
Deprecated. 
Retrieves the X location of the fixed marker.
Returns:
the X location of the fixed marker.

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Deprecated. 
Specified by:
getBeanType in class BIComplexAttributeBase

Skip navigation links

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

E17492-03


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