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

E12063-07

oracle.dss.gauge
Class PlotArea

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

public class PlotArea
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
PlotArea(CommonGauge gauge)
           
 
Method Summary
 boolean isUseThresholdFillColor()
          Returns whether or not the fill color of threshold in which the metric falls should override the plot area color.
 void setUseThresholdFillColor(boolean use)
          Specifies whether or not the fill color of threshold in which the metric falls should override the plot area color.
 
Methods inherited from class oracle.dss.gauge.BaseFrame
getBorderColor, getFillColor, getSFX, isVisible, setBorderColor, setFillColor, 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

PlotArea

public PlotArea(CommonGauge gauge)
Method Detail

isUseThresholdFillColor

public boolean isUseThresholdFillColor()
Returns whether or not the fill color of threshold in which the metric falls should override the plot area color.


setUseThresholdFillColor

public void setUseThresholdFillColor(boolean use)
Specifies whether or not the fill color of threshold in which the metric falls should override the plot area color.

Parameters:
use - TRUE if threshold color should be used, FALSE otherwise

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

E12063-07

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