Class TransformationEditor.TransformationActorGraphController

    • Constructor Detail

      • TransformationActorGraphController

        protected TransformationActorGraphController()
    • Method Detail

      • _createControllers

        protected void _createControllers()
        Description copied from class: ActorEditorGraphController
        Create the controllers for nodes in this graph. In this class, controllers with FULL access are created. This is called by the constructor, so derived classes that override this must be careful not to reference local variables defined in the derived classes, because the derived classes will not have been fully constructed by the time this is called.
        Overrides:
        _createControllers in class ActorEditorGraphController
      • initializeInteraction

        protected void initializeInteraction()
        Description copied from class: ActorEditorGraphController
        Initialize all interaction on the graph pane. This method is called by the setGraphPane() method of the superclass. This initialization cannot be done in the constructor because the controller does not yet have a reference to its pane at that time.
        Overrides:
        initializeInteraction in class ActorEditorGraphController