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

E12063-08

oracle.dss.gauge
Class BaseElement

java.lang.Object
  extended by oracle.dss.gauge.BaseGaugeComponent
      extended by oracle.dss.gauge.BaseElement
Direct Known Subclasses:
ElementA, ElementB, IntersectionAB

public class BaseElement
extends BaseGaugeComponent

Since:
11.0
For internal use only. Application developers should not use this

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

m_sfx

protected SFX m_sfx
For internal use only. Application developers should not use this
Constructor Detail

BaseElement

protected BaseElement(CommonGauge gauge,
                      int compType)
Method Detail

getFillColor

public java.awt.Color getFillColor()
Retrieves the fill color of this element.

Returns:
The fill color of this element.

setFillColor

public void setFillColor(java.awt.Color color)
Specifies the fill color of this element.

Parameters:
color - The color of this element.

getBorderColor

public java.awt.Color getBorderColor()
Retrieves the border color of this element.

Returns:
The border color of this element.

setBorderColor

public void setBorderColor(java.awt.Color color)
Specifies the border color of this element.

Parameters:
color - The bordercolor of this element.

getValue

public double getValue()
Retrieves the value of this element.

Returns:
The value of this element.

setValue

public void setValue(double value)
Specifies the value of this element.

Parameters:
value - The value of this element.

getSFX

public SFX getSFX()
Retrieves the SFX object for this component. The SFX object specifies attributes for special effects.

Returns:
The SFX object for this component.

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

E12063-08

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