Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

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

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
           
static org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_POINT_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
SelectPointMarker()
           
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 double getMarkerLocationX()
          Retrieves the X location of the fixed marker.
 void setMarkerLocationX(double xValue)
          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

MARKER_LOCATIONX_KEY

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

SELECTED_POINT_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_POINT_KEY
Constructor Detail

SelectPointMarker

public SelectPointMarker()
Method Detail

setMarkerLocationX

public void setMarkerLocationX(double xValue)
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()
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()
Specified by:
getBeanType in class BIComplexAttributeBase

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

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