Class SCRGraphTableau.Factory

    • Method Detail

      • createTableau

        public Tableau createTableau​(Effigy effigy)
                              throws java.lang.Exception
        Create an instance of SCRGraphTableau for the specified effigy, if it is an effigy has a parameter openAsSCRActor set to true.
        Overrides:
        createTableau in class TableauFactory
        Parameters:
        effigy - The effigy for an SCRModel actor.
        Returns:
        A new SCRGraphTableau, if the effigy is a PtolemyEffigy that references an SCRModel actor, or null otherwise.
        Throws:
        java.lang.Exception - If an exception occurs when creating the tableau.