|
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
oracle.dss.gauge.ToolTips
public class ToolTips
Field Summary |
---|
Fields inherited from class oracle.dss.gauge.BaseText |
---|
m_defaultFont, m_defaultFontColor, m_fontColorKey, m_fontKey, m_isGaugeSetComponent |
Fields inherited from class oracle.dss.gauge.BaseGaugeComponent |
---|
m_commonGauge, m_compType |
Constructor Summary | |
---|---|
ToolTips(CommonGauge gauge)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
int |
getHorizontalAlignment()
Retrieves the horizontal alignment for the text within the rectangle of the tooltip. |
void |
setHorizontalAlignment(int a)
Specifies the horizontal alignment of the text within the rectangle of the tooltip. |
Methods inherited from class oracle.dss.gauge.BaseText |
---|
getFont, getFontColor, setFont, setFontColor |
Methods inherited from class oracle.dss.gauge.BaseGaugeComponent |
---|
getComponentType, selectObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToolTips(CommonGauge gauge)
Method Detail |
---|
public int getHorizontalAlignment()
SwingConstants.LEFT
,
SwingConstants.CENTER
, and SwingConstants.RIGHT
.
swing
constant that represents the horozontal alignment
for the text of this title.public void setHorizontalAlignment(int a)
a
- A Swing
constant that represents the horizontal
alignment for the text of the title.
Valid constants are SwingConstants.LEFT
,
SwingConstants.CENTER
, and
SwingConstants.RIGHT
.protected java.lang.String getComponentName()
getComponentName
in class BaseGaugeComponent
|
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 |