Class UiNetworkGraph.ZoomAllNodesIntoViewCommand

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

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

    • componentId

      protected String componentId
    • animationDuration

      protected int animationDuration
  • Constructor Details

    • ZoomAllNodesIntoViewCommand

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

      public ZoomAllNodesIntoViewCommand(String componentId, int animationDuration)
  • Method Details