Class UiNetworkGraph.SetGravityCommand

java.lang.Object
org.teamapps.dto.UiNetworkGraph.SetGravityCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiNetworkGraph

public static class UiNetworkGraph.SetGravityCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • gravity

      protected float gravity
  • Constructor Details

    • SetGravityCommand

      @Deprecated public SetGravityCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetGravityCommand

      public SetGravityCommand(String componentId, float gravity)
  • Method Details