Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

oracle.dss.gauge
Class GaugeSetBackground

java.lang.Object
  extended by oracle.dss.gauge.BaseGaugeComponent
      extended by oracle.dss.gauge.BaseFrame
          extended by oracle.dss.gauge.GaugeSetBackground

public class GaugeSetBackground
extends BaseFrame

Since:
11.0

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

GaugeSetBackground

public GaugeSetBackground(CommonGauge gauge)
Parameters:
gauge - The gauge that this object belongs to.
For internal use only. Application developers should not use this
Constructor. Application developers should not have to construct this object, because the gauge does it automatically.
Method Detail

getFillColor

public java.awt.Color getFillColor()
Retrieves the fill color for the background of the gauge set.

Overrides:
getFillColor in class BaseFrame
Returns:
The fill color for the background of the gauge set.

setFillColor

public void setFillColor(java.awt.Color fillColor)
Specifies the fill color for the background of the gauge set.

Overrides:
setFillColor in class BaseFrame
Parameters:
fillColor - The fill color for the background of the gauge set.

getBorderColor

public java.awt.Color getBorderColor()
Retrieves the border color for the background of the gauge set.

Overrides:
getBorderColor in class BaseFrame
Returns:
The border color for the background of the gauge set.

setBorderColor

public void setBorderColor(java.awt.Color borderColor)
Specifies the border color for the background of the gauge set.

Overrides:
setBorderColor in class BaseFrame
Parameters:
borderColor - The border color for the background of the gauge set.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

Copyright © 1997, 2010, Oracle. All rights reserved.