|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| 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
Deprecated. This component is used with the UIGauge, which is deprecated. UIDialGauge, UILedGauge, or UIStatusMeterGauge should be used instead.
@Deprecated
public class TickMark
Defines properties for the tick marks of a gauge.
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_KEYDeprecated. |
protected java.awt.Color |
m_defaultMajorTickColorDeprecated. |
protected java.lang.Integer |
m_defaultMajorTickCountDeprecated. |
protected java.lang.Double |
m_defaultMajorTickStepDeprecated. |
protected java.awt.Color |
m_defaultMinorTickColorDeprecated. |
protected java.lang.Double |
m_defaultMinorTickStepDeprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJOR_INCREMENT_KEYDeprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJORTICK_COLOR_KEYDeprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJORTICK_COUNT_KEYDeprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINOR_INCREMENT_KEYDeprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINORTICK_COLOR_KEYDeprecated. |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPEDeprecated. |
| Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
ID_KEY, m_parent, TRANSIENT_KEY |
| Constructor Summary | |
|---|---|
TickMark()Deprecated. |
|
| Method Summary | |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()Deprecated. |
int |
getContent()Deprecated. Gets the tick content specification for all gauges in this gauge set. |
double |
getMajorIncrement()Deprecated. Gets the majorTick step of all gauges in this gauge set. |
java.awt.Color |
getMajorTickColor()Deprecated. Gets the color for the majorTick of all gauges in this gauge set. |
java.lang.Integer |
getMajorTickCount()Deprecated. Replaced by getMajorIncrement() |
double |
getMinorIncrement()Deprecated. Gets the minorTick step of all gauges in this gauge set. |
java.awt.Color |
getMinorTickColor()Deprecated. Gets the color for the minorTick of all gauges in this gauge set. |
protected void |
resetStyleProperties()Deprecated. |
void |
setContent(int content)Deprecated. Sets the content of tick labels in a gauge. |
void |
setContent(java.lang.String content)Deprecated. Specifies where tick labels occur within a gauge set. |
void |
setMajorIncrement(double tickStep)Deprecated. Sets the MajorTick step for all gauges in this gauge set. |
void |
setMajorTickColor(java.awt.Color tickColor)Deprecated. 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)Deprecated. Sets the MinorTick step for all gauges in this gauge set. |
void |
setMinorTickColor(java.awt.Color tickColor)Deprecated. 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, registerAttachedObjectKey, 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_.public void setContent(java.lang.String content)
content - Valid values are:
@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.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||