|
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.LegendText
public class LegendText
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 | |
---|---|
LegendText(CommonGauge gauge)
|
Method Summary | |
---|---|
int |
getMinLength()
Retrieves the minimum length of text to display before truncation when there is no room to display all the text. |
int |
getNumberType()
Gets the type of number to be displayed for items in the legend. |
void |
setMinLength(int min)
Specifies the minimum length of text to display before truncation when there is no room to display all the text. |
void |
setNumberType(int type)
Sets the type of number to be displayed for items in the legend. |
Methods inherited from class oracle.dss.gauge.BaseText |
---|
getFont, getFontColor, setFont, setFontColor |
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 |
Constructor Detail |
---|
public LegendText(CommonGauge gauge)
Method Detail |
---|
public int getNumberType()
Gauge
beginning
with NT_
public void setNumberType(int type)
type
- Integer representing the type of number intended
for display in this gauge; valid values are constants
in the Gauge
class beginning with
NT_
public void setMinLength(int min)
min
- the minimum length of textpublic int getMinLength()
|
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 |