Class UiNetworkGraph.SetZoomFactorCommand

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

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

    • componentId

      protected String componentId
    • zoomFactor

      protected float zoomFactor
  • Constructor Details

    • SetZoomFactorCommand

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

      public SetZoomFactorCommand(String componentId, float zoomFactor)
  • Method Details