Class UiTimeGraph.SetMaxPixelsBetweenDataPointsCommand

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

public static class UiTimeGraph.SetMaxPixelsBetweenDataPointsCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • maxPixelsBetweenDataPoints

      protected int maxPixelsBetweenDataPoints
  • Constructor Details

    • SetMaxPixelsBetweenDataPointsCommand

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

      public SetMaxPixelsBetweenDataPointsCommand(String componentId, int maxPixelsBetweenDataPoints)
  • Method Details