|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.graph.BaseGraphComponent
|
+--oracle.dss.graph.BaseText
|
+--oracle.dss.graph.PieLabel
Label of a pie in a pie or ring graph. This can describe the data that is represented by an entire pie in a pie or ring graph.
| Method Summary | |
java.lang.String |
getText()Retrieves the text for this pie label. |
boolean |
selectObject(int series, int group)Selects the label for an individual pie. |
void |
setText(java.lang.String str)Specifies the text for this pie label. |
| Methods inherited from class oracle.dss.graph.BaseText |
getDataviewFont, getFont, getGraphFont, isFontSizeAbsolute, setFont, setFontSizeAbsolute |
| Method Detail |
public boolean selectObject(int series,
int group)
series is irrelevant.selectObject in class BaseGraphComponentseries - Any integer.group - The group of the pie label that you want to select.true if successful, false if not.public java.lang.String getText()
public void setText(java.lang.String str)
str - The text for this pie label.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||