| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.gauge.BaseGaugeComponent
oracle.dss.gauge.BaseText
public abstract class BaseText
| Field Summary | |
|---|---|
| protected  java.awt.Font | m_defaultFont | 
| protected  java.awt.Color | m_defaultFontColor | 
| protected  java.lang.String | m_fontColorKey | 
| protected  java.lang.String | m_fontKey | 
| protected  boolean | m_isGaugeSetComponent | 
| Fields inherited from class oracle.dss.gauge.BaseGaugeComponent | 
|---|
| m_commonGauge, m_compType | 
| Constructor Summary | |
|---|---|
| BaseText(CommonGauge gauge,
         int compType) | |
| Method Summary | |
|---|---|
|  java.awt.Font | getFont()Retrieves a Fontobject for this text component. | 
|  java.awt.Color | getFontColor()Retrieves a Colorobject. | 
|  void | setFont(java.awt.Font f)Specifies a Fontobject for this text component. | 
|  void | setFontColor(java.awt.Color color)Specifies a Colorobject for this font. | 
| Methods inherited from class oracle.dss.gauge.BaseGaugeComponent | 
|---|
| getComponentName, getComponentType, selectObject | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.lang.String m_fontKey
protected java.lang.String m_fontColorKey
protected java.awt.Font m_defaultFont
protected java.awt.Color m_defaultFontColor
protected boolean m_isGaugeSetComponent
| Constructor Detail | 
|---|
public BaseText(CommonGauge gauge,
                int compType)
| Method Detail | 
|---|
public java.awt.Font getFont()
Font object for this text component.
 This is the awt object with properties such as name, style,
 and absolute size.
getFont in interface FontAttributeFont object for the object.public void setFont(java.awt.Font f)
Font object for this text component.
 This is the awt object with properties such as name, style,
 and absolute size.
setFont in interface FontAttributef - A Font object for this object.public java.awt.Color getFontColor()
Color object.
Color object.public void setFontColor(java.awt.Color color)
Color object for this font.
color - A Color object.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||