Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.table
Class TableEdgeComponentInfo

java.lang.Object
  |
  +--oracle.dss.util.ComponentInfo
        |
        +--oracle.dss.util.EdgeComponentInfo
              |
              +--oracle.dss.table.TableEdgeComponentInfo
All Implemented Interfaces:
java.lang.Cloneable

public class TableEdgeComponentInfo
extends EdgeComponentInfo

Information about the location of a header cell within a table header.


Constructor Summary
TableEdgeComponentInfo(int edge, int depth)
          Constructor.

 

Method Summary
 java.lang.Object clone()
          Clones this TableEdgeComponentInfo.
 void setEdgeDepth(int edge, int depth)
          Specifies the edge and index for this TableEdgeComponentInfo.

 

Methods inherited from class oracle.dss.util.EdgeComponentInfo
equals, getDepth, getEdge, getIndex, getQDR, setEdgeDepthIndex, toString

 

Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

TableEdgeComponentInfo

public TableEdgeComponentInfo(int edge,
                              int depth)
Constructor.
Parameters:
edge - A constant that identifies the table header, either DataDirector.ROW_EDGE or DataDirector.COLUMN_EDGE.
depth - The layer of the item within the edge. The outermost layer is layer 0.
Method Detail

setEdgeDepth

public void setEdgeDepth(int edge,
                         int depth)
Specifies the edge and index for this TableEdgeComponentInfo. This method allows you to reuse TableEdgeComponentInfo objects, for better performance.
Parameters:
edge - A constant that identifies the edge of the header, either DataDirector.ROW_EDGE or DataDirector.COLUMN_EDGE.
depth - The layer of the item within the edge. The outermost layer is layer 0.
See Also:
DataDirector.COLUMN_EDGE, DataDirector.ROW_EDGE, DataDirector.PAGE_EDGE

clone

public java.lang.Object clone()
Clones this TableEdgeComponentInfo.
Overrides:
clone in class EdgeComponentInfo
Returns:
The clone of this TableEdgeComponentInfo.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.