|
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.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 Font object for this text component. |
java.awt.Color |
getFontColor()
Retrieves a Color object. |
void |
setFont(java.awt.Font f)
Specifies a Font object for this text component. |
void |
setFontColor(java.awt.Color color)
Specifies a Color object 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 FontAttribute
Font
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 FontAttribute
f
- 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 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 |