|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfdt.view.dvt.binding.pattern.graph.PieLabel
public class PieLabel
Specifies the characteristics of the label that describes a pie or ring graph.
| Constructor Summary | |
|---|---|
PieLabel()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getText()
Retrieves the text that is displayed for the Pie. |
boolean |
isRendered()
Retrieves whether the pie label is rendered. |
void |
setRendered(boolean rendered)
Specifies whether the pie label is rendered. |
void |
setText(java.lang.String text)
Specifies the text that is displayed for the Pie. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PieLabel()
| Method Detail |
|---|
public void setText(java.lang.String text)
text - the text that is displayed for the Piepublic java.lang.String getText()
public void setRendered(boolean rendered)
rendered - true if the pie label is renderedpublic boolean isRendered()
|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||