|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.imageView.SpecialEffects
public class SpecialEffects
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 |
---|
protected int m_defaultFillType
protected int m_defaultGradientNumStops
protected int m_defaultGradientDirection
public static final BIFacesBeanImpl.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey FILL_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GRADIENT_DIRECTION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GRADIENT_NUM_STOPS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GRADIENT_STOP_STYLE_MAP_KEY
Constructor Detail |
---|
public SpecialEffects()
Method Detail |
---|
public int getFillType()
DataviewConstants
class
and begin with FT_.
public void setFillType(int type)
DataviewConstants
class
and begin with FT_.
type
- The fill type.public int getGradientDirection()
DataviewConstants
class
and begin with GD_.
public void setGradientDirection(int direction)
DataviewConstants
class
and begin with GD_.
direction
- The Gradient Direction.public int getGradientNumStops()
public void setGradientNumStops(int stops)
stops
- the number of Gradient stop styles desired.public GradientStopStyle getGradientStopStyle(int i)
public void setGradientStopStyleMap(java.util.Map map)
public java.util.Map getGradientStopStyleMap()
public void applyProperties(java.util.HashMap map)
applyProperties
in class BIComplexAttributeBase
map
- hashMap that contains property value pairs.public void resetStyleProperties()
public void setDefaultValues(int fillType, int numStops, int direction)
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |