|
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.Alert
public class Alert
This class represents Alerts
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
Alert(CommonGraph graph,
java.lang.Object xValue,
java.lang.Object yValue)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
int |
getID()
Retrieves the ID of this Alert. |
java.lang.String |
getImageSource()
Retrieves the URL of the file that contains the texture graphic that is displayed at the alert location |
java.lang.String |
getText()
Retrieves the text for the alert. |
protected oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties,
boolean allOverriddenProperties)
|
java.lang.Object |
getXValue()
Retrieves the x-value associated with this alert. |
java.lang.Object |
getYValue()
Retrieves the y-value associated with this alert. |
int |
getYValueAssignment()
Indicates whether the Y value is plotted against the Y1 or Y2-axis. |
boolean |
isVisible()
Indicates whether the alert is visible. |
boolean |
selectObject(int series,
int group)
Selects the alert on the graph. |
void |
setImageSource(java.awt.Image image)
|
void |
setImageSource(java.lang.String url)
Specifies a graphic file to display at the alert location. |
void |
setText(java.lang.String str)
Specifies the text of the alert. |
void |
setVisible(boolean yesNo)
Specifies whether the alert is visible. |
void |
setXML(oracle.dss.util.xml.ObjectNode node)
|
void |
setXML(oracle.dss.util.xml.ObjectNode node,
java.util.HashMap map)
|
void |
setXValue(java.lang.Object value)
Specifies the x-value associated with this alert. |
void |
setYValue(java.lang.Object value)
Specifies the y-value associated with this alert. |
void |
setYValueAssignment(int axis)
Specifies whether the Y value is plotted against the Y1 or Y2-axis. |
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getNonstyleXML, getStyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setStyleXML, setXML, setXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Alert(CommonGraph graph, java.lang.Object xValue, java.lang.Object yValue)
graph
- The graph that this object belongs to.Method Detail |
---|
public boolean selectObject(int series, int group)
selectObject
in class BaseGraphComponent
series
- Any integer.group
- Any integer.
true
if successful, false
if not.public void setXValue(java.lang.Object value)
value
- a String, Double or a Date value representing the
X coordinatepublic java.lang.Object getXValue()
value
- A Double or a String value representing the
y coordinatepublic void setYValue(java.lang.Object value)
public java.lang.Object getYValue()
public boolean isVisible()
true
if it is visible, false
if it is
invisible.public void setVisible(boolean yesNo)
yesNo
- true
to make it visible, false
to make it invisible.public java.lang.String getText()
public void setText(java.lang.String str)
str
- The text of the alert.public void setImageSource(java.awt.Image image)
image
- The Image
to display as a texture.public java.lang.String getImageSource()
public void setImageSource(java.lang.String url)
url
- The URL for the file that contains the texture graphic that
is displayed in the graph.
If the URL does not point to a graphic file, then a runtime
exception is thrown, and the graph is not displayed.public void setYValueAssignment(int axis)
axis
- The axis Y value is plotted against.public int getYValueAssignment()
public int getID()
protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties, boolean allOverriddenProperties)
public void setXML(oracle.dss.util.xml.ObjectNode node, java.util.HashMap map)
setXML
in class BaseComponentXML
public void setXML(oracle.dss.util.xml.ObjectNode node)
setXML
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 |