@Deprecated public class LegendArea extends BaseFrame
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
POSITION_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
Deprecated.
|
BORDER_COLOR_KEY, FILL_COLOR_KEY, m_defaultBorderColor, m_defaultColor, m_defaultRendered, RENDERED_KEY, SFX_KEY
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
LegendArea()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
Deprecated.
|
int |
getPosition()
Deprecated.
Gets the position of this label.
|
protected void |
resetStyleProperties()
Deprecated.
|
void |
setPosition(int position)
Deprecated.
Sets the position of this metric label.
|
void |
setPosition(java.lang.String position)
Deprecated.
Sets the position of the legend.
|
getBorderColor, getFillColor, getSpecialEffects, isRendered, restoreState, setBorderColor, setFillColor, setRendered, setSpecialEffects
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey POSITION_KEY
public int getPosition()
GaugeConstants
class starting with LAP_.public void setPosition(int position)
position
- Integer representing where the
legend should be placed; valid constants
are in the GaugeConstants
class starting with LAP_.public void setPosition(java.lang.String position)
position
- String representing where the legend should be placed.
protected void resetStyleProperties()
resetStyleProperties
in class BaseFrame
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BaseFrame