public class Header
extends java.util.Hashtable<java.lang.Object,java.util.HashSet<java.lang.Object>>
Note:
The Z axis applies to all cells in a table
The X axis applies to all columns in the same row
The Y axis applies to all rows in the same column
For this reason, a table contains 3 instances of Header. One for each axis The header is a Hashtable, keys in the Hashtable are aspect identity keys. values for each key are a HashSet of distinct values
| Constructor and Description |
|---|
Header(Axis axis)
Instantiates a new header.
|
| Modifier and Type | Method and Description |
|---|---|
Axis |
getAxis()
Gets the axis.
|