|
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.BaseFrame
oracle.dss.gauge.GaugeSetBackground
public class GaugeSetBackground
Field Summary |
---|
Fields inherited from class oracle.dss.gauge.BaseFrame |
---|
m_borderColorKey, m_defaultBorderColor, m_defaultFillColor, m_defaultVisible, m_fillColorKey, m_isGaugeSetComponent, m_sfx, m_sfxID, m_visibleKey |
Fields inherited from class oracle.dss.gauge.BaseGaugeComponent |
---|
m_commonGauge, m_compType |
Constructor Summary | |
---|---|
GaugeSetBackground(CommonGauge gauge)
|
Method Summary | |
---|---|
java.awt.Color |
getBorderColor()
Retrieves the border color for the background of the gauge set. |
java.awt.Color |
getFillColor()
Retrieves the fill color for the background of the gauge set. |
void |
setBorderColor(java.awt.Color borderColor)
Specifies the border color for the background of the gauge set. |
void |
setFillColor(java.awt.Color fillColor)
Specifies the fill color for the background of the gauge set. |
Methods inherited from class oracle.dss.gauge.BaseFrame |
---|
getSFX, isVisible, setVisible |
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 GaugeSetBackground(CommonGauge gauge)
gauge
- The gauge that this object belongs to.Method Detail |
---|
public java.awt.Color getFillColor()
getFillColor
in class BaseFrame
public void setFillColor(java.awt.Color fillColor)
setFillColor
in class BaseFrame
fillColor
- The fill color for the background of the gauge set.public java.awt.Color getBorderColor()
getBorderColor
in class BaseFrame
public void setBorderColor(java.awt.Color borderColor)
setBorderColor
in class BaseFrame
borderColor
- The border color for the background of the gauge set.
|
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 |