byucc.jhdl.apps.Viewers.Waves
Class TableData

java.lang.Object
  extended bybyucc.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)
           
 
Method Summary
 java.lang.String[] getDataAtCycle(int cycle)
          This method is called to update the Value Canvas when the red marker is moved.
 java.lang.String[] getTableCycleNames()
           
 java.lang.String[][] getTableData()
           
 java.lang.String[] getTableNames()
           
 int[] getTableWidths()
           
 void setTableCycleNames(java.lang.String[] tCycleNames)
           
 void setTableData(java.lang.String[][] tData)
           
 void setTableNames(java.lang.String[] tNames)
           
 void setTableWidths(int[] tWidths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableData

public TableData(int watchWires,
                 int tWidth)
Method Detail

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.