|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1) E12063-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.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 |
protected java.lang.Double |
m_defaultMajorTickStep |
protected java.awt.Color |
m_defaultMinorTickColor |
protected java.lang.Double |
m_defaultMinorTickStep |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJOR_INCREMENT_KEY |
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.PropertyKey |
MINOR_INCREMENT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINORTICK_COLOR_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. |
double |
getMajorIncrement()Gets the majorTick step of 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()Deprecated. Replaced by getMajorIncrement() |
double |
getMinorIncrement()Gets the minorTick step of all gauges in this gauge set. |
java.awt.Color |
getMinorTickColor()Gets the color for the minorTick of all gauges in this gauge set. |
protected void |
resetStyleProperties() |
void |
setContent(int content)Sets the content of tick labels in a gauge. |
void |
setMajorIncrement(double tickStep)Sets the MajorTick step for all gauges in this gauge set. |
void |
setMajorTickColor(java.awt.Color tickColor)Sets the MajorTick color for all gauges in this gauge set. |
void |
setMajorTickCount(int tickCount)Deprecated. Replaced by setMajorIncrement(double tickStep) |
void |
setMinorIncrement(double tickStep)Sets the MinorTick step for all gauges in this gauge set. |
void |
setMinorTickColor(java.awt.Color tickColor)Sets the MinorTick color 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
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJOR_INCREMENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MINOR_INCREMENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MINORTICK_COLOR_KEY
protected java.awt.Color m_defaultMajorTickColor
protected java.lang.Integer m_defaultMajorTickCount
protected java.awt.Color m_defaultMinorTickColor
protected java.lang.Double m_defaultMajorTickStep
protected java.lang.Double m_defaultMinorTickStep
| 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_.
@Deprecated
public java.lang.Integer getMajorTickCount()
@Deprecated
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.public double getMajorIncrement()
public double getMinorIncrement()
public void setMajorIncrement(double tickStep)
tickStep - representing MajorTick step.public void setMinorIncrement(double tickStep)
tickStep - representing MinorTick step.public java.awt.Color getMinorTickColor()
public void setMinorTickColor(java.awt.Color tickColor)
tickColor - Color representing MinorTick 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 Data Visualization Components 11g Release 1 (11.1.1) E12063-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||