| 
 | 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.ComponentHandle
oracle.dss.dataView.NonDataIndexComponentHandle
public class NonDataIndexComponentHandle
Represents a component that does not display data but has an index
 and an axis associated with it.
 The ComponentHandle for a reference line component in a
 graph is a NonDataIndexComponentHandle.
oracle.dss.graph.BaseReferenceLine, 
Serialized Form| Field Summary | 
|---|
| Fields inherited from class oracle.dss.dataView.ComponentHandle | 
|---|
| m_dataAccess | 
| Constructor Summary | |
|---|---|
| NonDataIndexComponentHandle(int id,
                            java.lang.String name,
                            java.lang.Object comp,
                            int index,
                            int axisID)Constructor. | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object o) | 
|  int | getAxis()Retrieves the axis to which the component belongs. | 
|  ComponentInfo | getComponentInfo()Returns null. | 
|  int | getIndex()Retrieves the index of the component. | 
|  java.lang.String | toString()Generates a Stringrepresentation of this object. | 
| Methods inherited from class oracle.dss.dataView.ComponentHandle | 
|---|
| getComponent, getID, getName, setDataAccess | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public NonDataIndexComponentHandle(int id,
                                   java.lang.String name,
                                   java.lang.Object comp,
                                   int index,
                                   int axisID)
id - A constant, such as Graph.REFERENCE_LINE, that
               identifies the component that this
               NonDataIndexComponentHandle represents.name - The name of the represented component.comp - The actual reference to the component.index - The index of the component.axisID - A constant that identifies axis to which the component belongs.| Method Detail | 
|---|
public java.lang.String toString()
String representation of this object.
 The String contains the name of this class and the
 name of the represented component.
toString in class java.lang.ObjectString representation of this object.public ComponentInfo getComponentInfo()
null.
 This method is implemented to provide a concrete implementation of the
 abstract method in the superclass.
 Because components that do not represent data do not have any
 ComponentInfo objects associated with them, this
 method returns null.
getComponentInfo in class ComponentHandlenull.DataComponentHandlepublic int getIndex()
public int getAxis()
GraphConstants.X1AXIS, 
GraphConstants.Y1AXIS, 
GraphConstants.Y2AXISpublic boolean equals(java.lang.Object o)
equals in class ComponentHandle| 
 | 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 | ||||||||