byucc.jhdl.apps.Viewers.Waves
Class TableData
java.lang.Object
byucc.jhdl.apps.Viewers.Waves.TableData
- public class TableData
- extends java.lang.Object
TableData.java
Created: ??
- Version:
- 1
This class is the structure to organize the waves viewer data.
- Author:
- ??
Constructor Summary |
TableData(int watchWires,
int tWidth)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableData
public TableData(int watchWires,
int tWidth)
setTableData
public void setTableData(java.lang.String[][] tData)
getTableData
public java.lang.String[][] getTableData()
setTableNames
public void setTableNames(java.lang.String[] tNames)
getTableNames
public java.lang.String[] getTableNames()
setTableWidths
public void setTableWidths(int[] tWidths)
getTableWidths
public int[] getTableWidths()
setTableCycleNames
public void setTableCycleNames(java.lang.String[] tCycleNames)
getTableCycleNames
public java.lang.String[] getTableCycleNames()
getDataAtCycle
public java.lang.String[] getDataAtCycle(int cycle)
- This method is called to update the Value Canvas when the red marker
is moved.
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.