| 
 | 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.PieFeeler
public class PieFeeler
The feeler for the pie graph. The pie feeler is a line that connects a pie slice with the slice label that describes it.
| Field Summary | 
|---|
| Fields inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| m_jsfHashMap | 
| Constructor Summary | |
|---|---|
| PieFeeler(CommonGraph graph) | |
| Method Summary | |
|---|---|
| protected  java.lang.String | getComponentName() | 
|  java.awt.Color | getLineColor()Retrieves the color for the object. | 
|  int | getLineStyle()Retrieves the style of the line. | 
|  int | getLineWidth()Retrieves the width of the object in pixels. | 
|  boolean | getStyleXML(boolean allProperties,
            oracle.dss.util.xml.ObjectNode node) | 
|  boolean | selectObject(int series,
             int group)Selects this feeler line in the graph. | 
|  void | setLineColor(java.awt.Color newColor)Specifies the color for the object. | 
|  void | setLineStyle(int style)Specifies the style of the line. | 
|  void | setLineWidth(int width)Specifies the width of the object in pixels. | 
|  void | setStyleXML(oracle.dss.util.xml.ObjectNode node) | 
| Methods inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| getNonstyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setXML, setXML, setXML, setXML | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PieFeeler(CommonGraph graph)
graph - The graph that this object belongs to.| Method Detail | 
|---|
public boolean selectObject(int series,
                            int group)
selectObject in class BaseGraphComponentseries - The series of this feeler line in the graph.group - The group of this feeler in the graph.
true if successful, false if not.public java.awt.Color getLineColor()
public void setLineColor(java.awt.Color newColor)
newColor - The color for the object.public int getLineWidth()
public void setLineWidth(int width)
width - The width of the object in pixels.public int getLineStyle()
BaseGraphComponent.LS_SOLID, 
BaseGraphComponent.LS_DASH, 
BaseGraphComponent.LS_DOTTED, 
BaseGraphComponent.LS_DASH_DOTpublic void setLineStyle(int style)
style - The style of the line.BaseGraphComponent.LS_SOLID, 
BaseGraphComponent.LS_DASH, 
BaseGraphComponent.LS_DOTTED, 
BaseGraphComponent.LS_DASH_DOT
public boolean getStyleXML(boolean allProperties,
                           oracle.dss.util.xml.ObjectNode node)
getStyleXML in class BaseComponentXMLpublic void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML in class BaseComponentXMLprotected java.lang.String getComponentName()
getComponentName in class BaseComponentXML| 
 | 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 | ||||||||