Class ResizableAttributeControllerFactory.ResizeAttributeController

    • Constructor Detail

      • ResizeAttributeController

        public ResizeAttributeController​(GraphController controller)
        Create a controller associated with the specified graph controller. The attribute controller is given full access.
        Parameters:
        controller - The associated graph controller.
    • Method Detail

      • setSnapResolution

        public void setSnapResolution​(double resolution)
        Specify the snap resolution. The default snap resolution is 5.0. This overrides the base class to set the snap resolution on the bounds manipulator as well as the drag interactor.
        Overrides:
        setSnapResolution in class LocatableNodeController
        Parameters:
        resolution - The snap resolution.