|
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.SelectPointMarker
public class SelectPointMarker
Represents the markers on the line in case of LINE_SELECT_POINT graph type.
Field Summary | |
---|---|
static java.lang.String |
m_MarkerLocationX
|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
SelectPointMarker(CommonGraph graph)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
double |
getMarkerLocationX()
Retrieves the X location for displaying the fixed marker on one of the line segments in case of LINE_SELECT_POINT graph type. |
oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties)
Retrieves XML from this component returns null if no property is overridden |
boolean |
selectObject(int layer,
int group)
Selects this legend marker in the graph. |
void |
setMarkerLocationX(double xvalue)
Specifies the X location for displaying the fixed marker on one of the line segments in case of LINE_SELECT_POINT graph type. |
void |
setXML(oracle.dss.util.xml.ObjectNode node)
|
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getNonstyleXML, getStyleXML, getStyleXML, setNonstyleXML, setNonstyleXML, setStyleXML, 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 java.lang.String m_MarkerLocationX
Constructor Detail |
---|
public SelectPointMarker(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public void setMarkerLocationX(double xvalue)
xvalue
- value along x axispublic double getMarkerLocationX()
public boolean selectObject(int layer, int group)
series
component, the
parameter value for group
is irrelevant.
Pass 0 as the layer
parameter.
selectObject
in class BaseGraphComponent
layer
- The layer
this marker belongs to.
Currently only layer 0 is supported.group
- Any integer.
true
if successful, false
if not.public void setXML(oracle.dss.util.xml.ObjectNode node)
setXML
in class BaseComponentXML
public oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
BaseComponentXML
getXML
in class BaseComponentXML
protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
|
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 |