|
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 | ||||||||
java.lang.Object
oracle.dss.gauge.BaseGaugeComponent
oracle.dss.gauge.Threshold
public class Threshold
| Field Summary |
|---|
| Fields inherited from class oracle.dss.gauge.BaseGaugeComponent |
|---|
m_commonGauge, m_compType |
| Constructor Summary | |
|---|---|
Threshold(CommonGauge gauge) |
|
| Method Summary | |
|---|---|
java.awt.Color |
getBorderColor(int index)Retrieves the fill color of the given threshold. |
java.awt.Color |
getFillColor(int index)Retrieves the fill color of the given threshold. |
SFX |
getSFX(int index)Retrieves the SFX of the given threshold. |
java.lang.String |
getText(int index)Retrieves the text of the given threshold. |
void |
setBorderColor(int index, java.awt.Color color)Specifies the border color of the given threshold. |
void |
setFillColor(int index, java.awt.Color color)Specifies the fill color of the given threshold. |
void |
setText(int index, java.lang.String str)Specifies the text of the given threshold. |
int |
size()Retrieves the number of thresholds for which attributes have been defined. |
| Methods inherited from class oracle.dss.gauge.BaseGaugeComponent |
|---|
getComponentName, getComponentType, selectObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Threshold(CommonGauge gauge)
| Method Detail |
|---|
public java.awt.Color getFillColor(int index)
public void setFillColor(int index,
java.awt.Color color)
color - The color of the given threshold.index - Threshold index to setpublic java.awt.Color getBorderColor(int index)
public void setBorderColor(int index,
java.awt.Color color)
color - The color of the given threshold.index - Threshold index to setpublic java.lang.String getText(int index)
index - Threshold index to set
public void setText(int index,
java.lang.String str)
str - The text of the given threshold.index - Threshold index to setpublic SFX getSFX(int index)
public int size()
|
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 | ||||||||