|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.dataView.BaseComponentXML
oracle.dss.graph.BaseGraphComponent
oracle.dss.graph.BaseDataComponent
oracle.dss.graph.StockMarker
public class StockMarker
Represents data values in a stock market graph. In a stock graph, the data values are high, low, and closing. In a stock+open graph, the data values are opening, high, low, and closing.
Field Summary | |
---|---|
static java.lang.String |
a_fallingColor
|
static java.lang.String |
a_risingColor
|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Fields inherited from interface oracle.dss.dataView.UIStockMarker |
---|
SMT_FALLING, SMT_RISING, SMT_SERIES, SMT_UNCHANGED |
Constructor Summary | |
---|---|
StockMarker(CommonGraph graph,
oracle.dss.graph.pfj.draw.IdentObj identObj)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
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. |
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
protected void |
resetStyle()
|
void |
setFallingColor(java.awt.Color color)
Specifies the color of candles where the opening price is higher than the closing price. |
void |
setRisingColor(java.awt.Color color)
Specifies the color of candles where the closing price is higher than the opening price. |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
Methods inherited from class oracle.dss.graph.BaseDataComponent |
---|
selectObject |
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getNonstyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setXML, setXML, setXML, setXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String a_fallingColor
public static final java.lang.String a_risingColor
Constructor Detail |
---|
public StockMarker(CommonGraph graph, oracle.dss.graph.pfj.draw.IdentObj identObj)
pfj
- graph The graph that this object belongs to.identObj
- The Perspective for Java object that represents the
identity of this stock market marker.
Perspective for Java is a third party package of objects that are used
and manipulated by the BI Beans.Method Detail |
---|
public int getStockMarkerType(int series, int groups)
getStockMarkerType
in interface UIStockMarker
series
- The index of the series that this marker belongs to.groups
- The index of the group that this marker belongs to.
UIStockMarker.SMT_FALLING
,
UIStockMarker.SMT_RISING
,
UIStockMarker.SMT_UNCHANGED
,
UIStockMarker.SMT_SERIES
public void setFallingColor(java.awt.Color color)
setFallingColor
in interface UIStockMarker
color
- The color that should represent falling stock prices.public java.awt.Color getFallingColor()
getFallingColor
in interface UIStockMarker
public void setRisingColor(java.awt.Color color)
setRisingColor
in interface UIStockMarker
color
- The color that should represent rising stock prices.public java.awt.Color getRisingColor()
getRisingColor
in interface UIStockMarker
protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML
in class BaseComponentXML
public boolean getStyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
getStyleXML
in class BaseComponentXML
protected void resetStyle()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |