public class StockMarker extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
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 |
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
StockMarker() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic 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
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