MatrixViewer
ptolemy.actor.lib.gui.MatrixViewer

An actor that displays the contents of a matrix input. This actor has a single input port, which only accepts MatrixTokens. One token is consumed per firing (in postfire()). The data in the MatrixToken is displayed in a table format with scrollbars, using the swing JTable class.

Author(s): Bart Kienhuis and Edward A. Lee
Version:$Id: MatrixViewer.java,v 1.39 2005/07/08 19:56:19 cxh Exp $
Pt.Proposed Rating:Red (kienhuis)
Pt.Accepted Rating:Red (kienhuis)




width
The width of the table in pixels. This must contain an integer. If the table is larger than this specified width, then scrollbars will appear, or the column width is adjusted. The default value is 500.

height
The height of the table in pixels. This must contain an integer. If the table is larger than this specified width, then scrollbars will appear. The default value is 300.