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

E12063-05

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

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.graph.StockMarker
All Implemented Interfaces:
javax.faces.component.StateHolder

public class StockMarker
extends BIComplexAttributeBase

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey FALLING_COLOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey RISING_COLOR_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
StockMarker()
           
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.awt.Color getFallingColor()
          Retrieves the color of candles where the opening price is higher than the closing price.
 java.awt.Color getRisingColor()
          Retrieves the color of candles where the closing price is higher than the opening price.
protected  void resetStyleProperties()
           
 void setFallingColor(java.awt.Color newColor)
          Specifies the color of candles where the opening price is higher than the closing price.
 void setRisingColor(java.awt.Color newColor)
          Specifies the color of candles where the closing price is higher than the opening price.
 
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

FALLING_COLOR_KEY

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

RISING_COLOR_KEY

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

StockMarker

public StockMarker()
Method Detail

getFallingColor

public java.awt.Color getFallingColor()
Retrieves the color of candles where the opening price is higher than the closing price.

Returns:
The color that represents falling stock prices.

setFallingColor

public void setFallingColor(java.awt.Color newColor)
Specifies the color of candles where the opening price is higher than the closing price.

Parameters:
newColor - The color that should represent falling stock prices.

getRisingColor

public java.awt.Color getRisingColor()
Retrieves the color of candles where the closing price is higher than the opening price.

Returns:
The color that represents rising stock prices.

setRisingColor

public void setRisingColor(java.awt.Color newColor)
Specifies the color of candles where the closing price is higher than the opening price.

Parameters:
newColor - The color that should represent rising stock prices.

resetStyleProperties

protected void resetStyleProperties()

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.4.0)

E12063-05

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