Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

oracle.adfdt.view.dvt.binding.pattern.graph
Class PieLabel

java.lang.Object
  extended by oracle.adfdt.view.dvt.binding.pattern.graph.PieLabel

public class PieLabel
extends java.lang.Object

Specifies the characteristics of the label that describes a pie or ring graph.

Since:
release specific (what release of product did this appear in)

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

PieLabel

public PieLabel()
Method Detail

setText

public void setText(java.lang.String text)
Specifies the text that is displayed for the Pie.

Parameters:
text - the text that is displayed for the Pie

getText

public java.lang.String getText()
Retrieves the text that is displayed for the Pie.

Returns:
the text that is displayed for the Pie

setRendered

public void setRendered(boolean rendered)
Specifies whether the pie label is rendered.

Parameters:
rendered - true if the pie label is rendered

isRendered

public boolean isRendered()
Retrieves whether the pie label is rendered.

Returns:
the pie label is rendered

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

Copyright © 1997, 2011, Oracle. All rights reserved.