Class FSMGraphTableau

    • Field Detail

      • BACKGROUND_COLOR

        public static final java.awt.Color BACKGROUND_COLOR
        The default background color. To change the background color, use a PtolemyPreferences.
    • Method Detail

      • createGraphFrame

        public void createGraphFrame​(CompositeEntity model)
        Create the graph frame that displays the model associated with this tableau. This method creates a FSMGraphFrame. If subclass uses another frame, this method should be overridden to create that frame.
        Parameters:
        model - The Ptolemy II model to display in the graph frame.
      • createGraphFrame

        public void createGraphFrame​(CompositeEntity model,
                                     LibraryAttribute defaultLibrary)
        Create the graph frame that displays the model associated with this tableau together with the specified library. This method creates a FSMGraphFrame. If a subclass uses another frame, this method should be overridden to create that frame.
        Parameters:
        model - The Ptolemy II model to display in the graph frame.
        defaultLibrary - The default library, or null to not specify one.