|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UIStockMarker
| Field Summary | |
|---|---|
static int |
SMT_FALLINGStock marker type: Falling. |
static int |
SMT_RISINGStock marker type: Rising. |
static int |
SMT_SERIESStock marker type: Series. |
static int |
SMT_UNCHANGEDStock marker type: Unchanged. |
| Method Summary | |
|---|---|
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. |
int |
getStockMarkerType(int series, int groups)Retrieves the kind of information that the color of this stock marker represents. |
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. |
| Field Detail |
|---|
static final int SMT_FALLING
static final int SMT_RISING
static final int SMT_UNCHANGED
static final int SMT_SERIES
| Method Detail |
|---|
int getStockMarkerType(int series,
int groups)
series - The index of the series that this marker belongs to.groups - The index of the group that this marker belongs to.SMT_FALLING, SMT_RISING, SMT_UNCHANGED, SMT_SERIESvoid setFallingColor(java.awt.Color newColor)
color - The color that should represent falling stock prices.java.awt.Color getFallingColor()
void setRisingColor(java.awt.Color newColor)
color - The color that should represent rising stock prices.java.awt.Color getRisingColor()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||