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

E12063-07

oracle.adf.view.faces.bi.component.gauge
Class BaseElement

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.gauge.BaseElement
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
ElementA, ElementB, IntersectionAB

public class BaseElement
extends BIComplexAttributeBase

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey FILL_COLOR_KEY
           
protected  java.awt.Color m_defaultBorderColor
           
protected  java.awt.Color m_defaultFillColor
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
BaseElement()
           
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.awt.Color getBorderColor()
          Retrieves the border color of this object.
 java.awt.Color getFillColor()
          Retrieves the fill color of this object.
 double getValue()
          Retrieves the minimum value of baseElement.
protected  void resetStyleProperties()
           
 void setBorderColor(java.awt.Color newColor)
          Specifies the border color of this element.
 void setFillColor(java.awt.Color newColor)
          Specifies the fill color of this element.
 void setValue(double value)
          Set the value of baseElement.
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

FILL_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey FILL_COLOR_KEY

BORDER_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY

VALUE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY

m_defaultFillColor

protected java.awt.Color m_defaultFillColor

m_defaultBorderColor

protected java.awt.Color m_defaultBorderColor
Constructor Detail

BaseElement

public BaseElement()
Method Detail

getFillColor

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

Returns:
The fill color of this object.

setFillColor

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

Parameters:
newColor - The color of this object.

getBorderColor

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

Returns:
The border color of this object.

setBorderColor

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

Parameters:
newColor - The border color of this object.

setValue

public void setValue(double value)
Set the value of baseElement.

Parameters:
value - any double value

getValue

public double getValue()
Retrieves the minimum value of baseElement.

Returns:
the minimum value of baseElement.

resetStyleProperties

protected void resetStyleProperties()

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Specified by:
getBeanType in class BIComplexAttributeBase

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.