|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.graph.StockMarker
public class StockMarker
Defines properties for the markers of a stock graph.
| 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 |
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey FALLING_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RISING_COLOR_KEY
| Constructor Detail |
|---|
public StockMarker()
| Method Detail |
|---|
public java.awt.Color getFallingColor()
public void setFallingColor(java.awt.Color newColor)
newColor - The color that should represent falling stock prices.public java.awt.Color getRisingColor()
public void setRisingColor(java.awt.Color newColor)
newColor - The color that should represent rising stock prices.protected void resetStyleProperties()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBase
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||