public class SpecialEffects extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
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 |
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
SpecialEffects() |
Modifier and Type | Method and Description |
---|---|
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) |
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
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
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