|
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.gauge.BaseGaugeComponent
oracle.dss.gauge.BaseElement
public class BaseElement
| Field Summary | |
|---|---|
protected SFX |
m_sfx
|
| Fields inherited from class oracle.dss.gauge.BaseGaugeComponent |
|---|
m_commonGauge, m_compType |
| Constructor Summary | |
|---|---|
protected |
BaseElement(CommonGauge gauge,
int compType)
|
| Method Summary | |
|---|---|
java.awt.Color |
getBorderColor()
Retrieves the border color of this element. |
java.awt.Color |
getFillColor()
Retrieves the fill color of this element. |
SFX |
getSFX()
Retrieves the SFX object for this component. |
double |
getValue()
Retrieves the value of this element. |
void |
setBorderColor(java.awt.Color color)
Specifies the border color of this element. |
void |
setFillColor(java.awt.Color color)
Specifies the fill color of this element. |
void |
setValue(double value)
Specifies the value of this element. |
| 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 |
| Field Detail |
|---|
protected SFX m_sfx
| Constructor Detail |
|---|
protected BaseElement(CommonGauge gauge,
int compType)
| Method Detail |
|---|
public java.awt.Color getFillColor()
public void setFillColor(java.awt.Color color)
color - The color of this element.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color color)
color - The bordercolor of this element.public double getValue()
public void setValue(double value)
value - The value of this element.public SFX getSFX()
SFX object for this component.
The SFX object specifies attributes
for special effects.
SFX object for this component.
|
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 | ||||||||