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

E12063-05

oracle.adf.view.faces.bi.component.graph
Class Background

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.graph.Background
All Implemented Interfaces:
javax.faces.component.StateHolder

public class Background
extends BIComplexAttributeBase

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey FILL_COLOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey FILL_TRANSPARENT_KEY
           
protected  java.awt.Color m_defaultColor
           
protected  boolean m_defaultFillTransparent
           
static org.apache.myfaces.trinidad.bean.PropertyKey SFX_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
Background()
           
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.awt.Color getFillColor()
          Retrieves the fill color of the background of the graph.
 SpecialEffects getSpecialEffects()
           
 boolean isFillTransparent()
          Indicates whether the fill color for the background of the graph is transparent.
protected  void resetStyleProperties()
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
           
 void setFillColor(java.awt.Color newColor)
          Specifies the fill color of the background of the graph.
 void setFillTransparent(boolean yesNo)
          Specifies whether the fill color for the background of the graph is transparent.
 void setSpecialEffects(SpecialEffects sfx)
           
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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

m_defaultColor

protected java.awt.Color m_defaultColor

m_defaultFillTransparent

protected boolean m_defaultFillTransparent

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

FILL_TRANSPARENT_KEY

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

SFX_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey SFX_KEY
Constructor Detail

Background

public Background()
Method Detail

getFillColor

public java.awt.Color getFillColor()
Retrieves the fill color of the background of the graph.

Returns:
The fill color of the background of the graph.

setFillColor

public void setFillColor(java.awt.Color newColor)
Specifies the fill color of the background of the graph.

Parameters:
newColor - The fill color of the background of the graph.

isFillTransparent

public boolean isFillTransparent()
Indicates whether the fill color for the background of the graph is transparent. When an attribute is transparent, it is not visible, but you can select it.

Returns:
true if the fill color is transparent, false if the fill color is not transparent.

setFillTransparent

public void setFillTransparent(boolean yesNo)
Specifies whether the fill color for the background of the graph is transparent. When an attribute is transparent, it is not visible, but you can select it.

Parameters:
yesNo - true to make the fill color transparent, false to make the fill color visible.

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object stateObj)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class BIComplexAttributeBase

getSpecialEffects

public SpecialEffects getSpecialEffects()

setSpecialEffects

public void setSpecialEffects(SpecialEffects sfx)

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.4.0)

E12063-05

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