public abstract class BaseAxis extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_WIDTH_KEY |
protected java.awt.Color |
m_axisLineColor |
protected int |
m_axisLineWidth |
protected boolean |
m_rendered |
static org.apache.myfaces.trinidad.bean.PropertyKey |
RENDERED_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SCROLLING_KEY |
static java.lang.String |
SCROLLING_KEY_NAME |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
BaseAxis() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.awt.Color |
getLineColor()
Retrieves the color for the object.
|
int |
getLineWidth()
Retrieves the width of the object in pixels.
|
java.lang.String |
getScrolling()
Retrieves the scroll bar presence type of this axis.
|
boolean |
isRendered()
Indicates whether the title is rendered.
|
protected void |
resetStyleProperties() |
void |
setLineColor(java.awt.Color newColor)
Specifies the color for the object.
|
void |
setLineWidth(int width)
Specifies the width of the object in pixels.
|
void |
setRendered(boolean rendered)
Specifies whether the title is rendered.
|
void |
setScrolling(java.lang.String scrolling)
Specifies the scrolling type of this axis.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, 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 LINE_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SCROLLING_KEY
public static final java.lang.String SCROLLING_KEY_NAME
protected int m_axisLineWidth
protected java.awt.Color m_axisLineColor
protected boolean m_rendered
public java.awt.Color getLineColor()
public void setLineColor(java.awt.Color newColor)
newColor
- The color for the object.public int getLineWidth()
public void setLineWidth(int width)
width
- The width of the object in pixels.public boolean isRendered()
true
if it is rendered, false
if it is
not rendered.public void setRendered(boolean rendered)
rendered
- true
to make it rendered, false
to make it not rendered.public void setScrolling(java.lang.String scrolling)
scrolling
- The scrolling type.public java.lang.String getScrolling()
protected void resetStyleProperties()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase