| 
 | 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.GroupComponentHandle
public class GroupComponentHandle
Represents a component in a Graph and provides information
 about the group of the component.
| Field Summary | |
|---|---|
| protected  boolean | m_seriesAreRows | 
| Fields inherited from class oracle.dss.dataView.ComponentHandle | 
|---|
| m_dataAccess | 
| Constructor Summary | |
|---|---|
| GroupComponentHandle(int id,
                     java.lang.String name,
                     java.lang.Object comp,
                     GroupComponentInfo info)Constructor that uses a GroupComponentInfoto identify
 the group of the component. | |
| GroupComponentHandle(int id,
                     java.lang.String name,
                     java.lang.Object comp,
                     int group)Constructor that uses an intto identify the group of
 the component. | |
| GroupComponentHandle(int id,
                     java.lang.String name,
                     java.lang.Object comp,
                     int group,
                     int edge,
                     int slice)Constructor that uses an intto identify the group of
 the component. | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object o) | 
|  ComponentInfo | getComponentInfo()Retrieves the GroupComponentInfofor the component
 that thisGroupComponentHandlerepresents. | 
|  int | getEdge()Retrieves the edge this group is on. | 
|  int | getGroup()Retrieves the group number of the component. | 
|  Attributes[] | getGroupAttributes()The attributes that make up the group ex: Employee -SMITH | 
|  int | getLayer()Retrieves the layer number of the component. | 
|  int | getSlice()Retrieves the first slice in the group. | 
|  void | setSeriesAreRows(boolean seriesAreRows) | 
|  java.lang.String | toString()Converts this object to a String. | 
| 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 | 
| Field Detail | 
|---|
protected boolean m_seriesAreRows
| Constructor Detail | 
|---|
public GroupComponentHandle(int id,
                            java.lang.String name,
                            java.lang.Object comp,
                            int group)
int to identify the group of
 the component.
id - A constant, such as Graph.DATAMARKER, that
                identifies the component that this
                GroupComponentHandle represents.name - The name of the represented component.comp - The actual reference to the component.group - The group to which the component belongs.
public GroupComponentHandle(int id,
                            java.lang.String name,
                            java.lang.Object comp,
                            GroupComponentInfo info)
GroupComponentInfo to identify
 the group of the component.
id - A constant, such as Graph.DATAMARKER, that
                identifies the component that this
                GroupComponentHandle represents.name - The name of the represented component.comp - The actual reference to the component.info - The GroupComponentInfo that identifies
                the group.
public GroupComponentHandle(int id,
                            java.lang.String name,
                            java.lang.Object comp,
                            int group,
                            int edge,
                            int slice)
int to identify the group of
 the component.
id - A constant, such as Graph.DATAMARKER, that
                identifies the component that this
                GroupComponentHandle represents.name - The name of the represented component.comp - The actual reference to the component.group - The group to which the component belongs.edge - A constant that identifies the edge to which the component belongs.
                Valid constants are listed in the See Also section.slice - The first row or column in the group to which the component belongs.DataDirector.COLUMN_EDGE, 
DataDirector.ROW_EDGE| Method Detail | 
|---|
public int getLayer()
GroupComponentInfo.
 Layer numbers begin at zero.
 
 Layer numbers are relevant for O1TickLabel objects in
 graphs that have a time axis (dates along the axis).
 On a time axis, you can have labels for smaller units of time (such
 as days, weeks, or months) next to the axis, and labels for larger
 units of time (such as weeks, months, or years) that appear below the
 labels for smaller units.
 
The 0th label is the largest time unit.
public int getGroup()
GroupComponentInfo.
 Group numbers begin at zero.
public int getEdge()
DataDirector.COLUMN_EDGE, 
DataDirector.ROW_EDGEpublic int getSlice()
getEdge returns DataDirector.COLUMN_EDGE,
 then this method returns the first column of data that this group
 represents.
 If getEdge returns DataDirector.ROW_EDGE,
 then this method returns the first row of data that this group
 represents.
getEdge()public java.lang.String toString()
String.
 The String contains the name of this class, the name of the
 component, and the group number of the component.
 Group numbers begin at zero.
toString in class java.lang.ObjectString representation of this object.public ComponentInfo getComponentInfo()
GroupComponentInfo for the component
 that this GroupComponentHandle represents.
getComponentInfo in class ComponentHandleGroupComponentInfo can be null,
         but this is not normal.DataComponentHandlepublic Attributes[] getGroupAttributes()
public boolean equals(java.lang.Object o)
equals in class ComponentHandlepublic void setSeriesAreRows(boolean seriesAreRows)
| 
 | 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 | ||||||||