| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.dataView.BaseComponentXML
oracle.dss.graph.BaseGraphComponent
oracle.dss.graph.BaseText
oracle.dss.graph.PieLabel
public class 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.
| Field Summary | |
|---|---|
| protected  java.lang.String | m_text | 
| protected  java.lang.String | text | 
| Fields inherited from class oracle.dss.graph.BaseText | 
|---|
| m_font | 
| Fields inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| m_jsfHashMap | 
| Constructor Summary | |
|---|---|
| PieLabel(CommonGraph graph) | |
| Method Summary | |
|---|---|
| protected  java.lang.String | getComponentName() | 
|  boolean | getNonstyleXML(boolean allProperties,
               oracle.dss.util.xml.ObjectNode node)Retrieves Non style properties of this component to XML returns whether if the node exists | 
|  boolean | getStyleXML(boolean allProperties,
            oracle.dss.util.xml.ObjectNode node) | 
|  java.lang.String | getText()Retrieves the text for this pie label. | 
|  boolean | isVisible()Indicates whether this label is visible. | 
| protected  void | resetStyle() | 
|  boolean | selectObject(int series,
             int group)Selects the label for an individual pie. | 
|  void | setNonstyleXML(oracle.dss.util.xml.ObjectNode node) | 
|  void | setStyleXML(oracle.dss.util.xml.ObjectNode node) | 
|  void | setText(java.lang.String str)Specifies the text for this pie label. | 
|  void | setVisible(boolean yesNo)Specifies whether this label is visible. | 
| Methods inherited from class oracle.dss.graph.BaseText | 
|---|
| _getGraphFont, getDataviewFont, getFont, getGraphFont, isFontSizeAbsolute, setFont, setFontSizeAbsolute, truncateText | 
| Methods inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| getStyleXML, getXML, setNonstyleXML, setXML, setXML, setXML, setXML | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.lang.String m_text
protected java.lang.String text
| Constructor Detail | 
|---|
public PieLabel(CommonGraph graph)
graph - The graph that this object belongs to.| 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.public boolean isVisible()
true if visible, false if not.public void setVisible(boolean yesNo)
yesNo - True to make this label visible, False to make it invisible.protected java.lang.String getComponentName()
getComponentName in class BaseComponentXML
public boolean getNonstyleXML(boolean allProperties,
                              oracle.dss.util.xml.ObjectNode node)
BaseComponentXML
getNonstyleXML in class BaseComponentXMLpublic void setNonstyleXML(oracle.dss.util.xml.ObjectNode node)
setNonstyleXML in class BaseText
public boolean getStyleXML(boolean allProperties,
                           oracle.dss.util.xml.ObjectNode node)
getStyleXML in class BaseTextpublic void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML in class BaseTextprotected void resetStyle()
resetStyle in class BaseText| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||