Class TransformationEditor.TransformationRelationController

    • Method Detail

      • _renderNode

        protected Figure _renderNode​(java.lang.Object node)
        Description copied from class: LocatableNodeController
        Render the specified node. This overrides the base class to return an invisible figure if the node contains a parameter named "_hide" with value true. This overrides the base class to assign a location and to highlight the node if it is an inherited object, and hence cannot be deleted.
        Overrides:
        _renderNode in class LocatableNodeController
        Parameters:
        node - The node to render.
        Returns:
        the newly created figure.