Class CAViewer

    • Field Detail

      • _initialized

        protected boolean _initialized
        True if the actor has been initialized.
      • matrix

        protected double[][] matrix
        The matrix to be rendered as a grid.
    • Method Detail

      • place

        public void place​(java.awt.Container container)
        Specify the container in which the data should be displayed.
        Specified by:
        place in interface Placeable
        Specified by:
        place in class AbstractPlaceableActor
        Parameters:
        container - The container in which to place the pane that will contain the CATableau or null to specify no container.
      • setMatrix

        public void setMatrix​(double[][] matrix)
        Set the matrix to be rendered as a grid.
        Parameters:
        matrix - The matrix to be rendered.
      • _openWindow

        protected void _openWindow()
                            throws IllegalActionException
        Open the window, first initializing it if necessary. It is modeled after _openWindow() is the Display actor.
        Throws:
        IllegalActionException - If the top level effigy cannot be found or the token effigy cannot be created.