|
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.gauge.TickMark
public class TickMark
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_KEY
|
protected java.awt.Color |
m_defaultMajorTickColor
|
protected java.lang.Integer |
m_defaultMajorTickCount
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJORTICK_COLOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJORTICK_COUNT_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
TickMark()
|
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
int |
getContent()
Gets the tick content specification for all gauges in this gauge set. |
java.awt.Color |
getMajorTickColor()
Gets the color for the majorTick of all gauges in this gauge set. |
java.lang.Integer |
getMajorTickCount()
Gets the majorTickCount of all gauges in this gauge set. |
protected void |
resetStyleProperties()
|
void |
setContent(int content)
Sets the content of tick labels in a gauge. |
void |
setMajorTickColor(java.awt.Color tickColor)
Sets the MajorTick color for all gauges in this gauge set. |
void |
setMajorTickCount(int tickCount)
Sets the MajorTick count for all gauges in this gauge set. |
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
applyProperties, 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 |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJORTICK_COUNT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJORTICK_COLOR_KEY
protected java.awt.Color m_defaultMajorTickColor
protected java.lang.Integer m_defaultMajorTickCount
Constructor Detail |
---|
public TickMark()
Method Detail |
---|
public int getContent()
GaugeConstants
beginning with
TICK_
.public void setContent(int content)
content
- Integer representing the types of tick
labels to be displayed; valid constants
are in the GaugeConstants
class starting with TICK_.public java.lang.Integer getMajorTickCount()
public void setMajorTickCount(int tickCount)
tickCount
- Integer representing MajorTick count.public java.awt.Color getMajorTickColor()
public void setMajorTickColor(java.awt.Color tickColor)
tickColor
- Color representing MajorTick color.protected void resetStyleProperties()
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 |