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

E12063-08

oracle.adf.view.faces.bi.component.imageView
Class SpecialEffects

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

public class SpecialEffects
extends BIComplexAttributeBase

Since:
release specific (what release of product did this appear in)

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey FILL_TYPE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey GRADIENT_DIRECTION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey GRADIENT_NUM_STOPS_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey GRADIENT_STOP_STYLE_MAP_KEY
           
protected  int m_defaultFillType
           
protected  int m_defaultGradientDirection
           
protected  int m_defaultGradientNumStops
           
static BIFacesBeanImpl.Type TYPE
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
SpecialEffects()
           
 
Method Summary
 void applyProperties(java.util.HashMap map)
          Applications do not need to call this method.
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 int getFillType()
          Retrieves the fill type.
 int getGradientDirection()
          Retrieves the GradientDirection.
 int getGradientNumStops()
          Retrieves the number of Gradient stop styles.
 GradientStopStyle getGradientStopStyle(int i)
           
 java.util.Map getGradientStopStyleMap()
           
 void resetStyleProperties()
          Applications do not need to call this method.
 void setDefaultValues(int fillType, int numStops, int direction)
          Application developers do not need to call this method.
 void setFillType(int type)
          Specifies the fill type.
 void setGradientDirection(int direction)
          Specifies the Gradient Direction.
 void setGradientNumStops(int stops)
          Specifies the number of Gradient stop styles desired.
 void setGradientStopStyleMap(java.util.Map map)
           
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
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

m_defaultFillType

protected int m_defaultFillType

m_defaultGradientNumStops

protected int m_defaultGradientNumStops

m_defaultGradientDirection

protected int m_defaultGradientDirection

TYPE

public static final BIFacesBeanImpl.Type TYPE

FILL_TYPE_KEY

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

GRADIENT_DIRECTION_KEY

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

GRADIENT_NUM_STOPS_KEY

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

GRADIENT_STOP_STYLE_MAP_KEY

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

SpecialEffects

public SpecialEffects()
Method Detail

getFillType

public int getFillType()
Retrieves the fill type. The constants are defined by the DataviewConstants class and begin with FT_.

Returns:
The fill type.

setFillType

public void setFillType(int type)
Specifies the fill type. The constants are defined by the DataviewConstants class and begin with FT_.

Parameters:
type - The fill type.

getGradientDirection

public int getGradientDirection()
Retrieves the GradientDirection. The constants are defined by the DataviewConstants class and begin with GD_.

Returns:
The Gradient Direction.

setGradientDirection

public void setGradientDirection(int direction)
Specifies the Gradient Direction. The constants are defined by the DataviewConstants class and begin with GD_.

Parameters:
direction - The Gradient Direction.

getGradientNumStops

public int getGradientNumStops()
Retrieves the number of Gradient stop styles.

Returns:
The number of Gradient stop styles.

setGradientNumStops

public void setGradientNumStops(int stops)
Specifies the number of Gradient stop styles desired.

Parameters:
stops - the number of Gradient stop styles desired.

getGradientStopStyle

public GradientStopStyle getGradientStopStyle(int i)

setGradientStopStyleMap

public void setGradientStopStyleMap(java.util.Map map)

getGradientStopStyleMap

public java.util.Map getGradientStopStyleMap()

applyProperties

public void applyProperties(java.util.HashMap map)
Applications do not need to call this method. This is for internal use.

Overrides:
applyProperties in class BIComplexAttributeBase
Parameters:
map - hashMap that contains property value pairs.

resetStyleProperties

public void resetStyleProperties()
Applications do not need to call this method. This is for internal use.


setDefaultValues

public void setDefaultValues(int fillType,
                             int numStops,
                             int direction)
Application developers do not need to call this method.


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

E12063-08

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