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.
| 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 java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
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.
Copyright © 2003, Oracle. All Rights Reserved.