Klasse UiTimeGraph.SetMaxPixelsBetweenDataPointsCommand

java.lang.Object
org.teamapps.dto.UiTimeGraph.SetMaxPixelsBetweenDataPointsCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiTimeGraph

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

    • componentId

      protected String componentId
    • maxPixelsBetweenDataPoints

      protected int maxPixelsBetweenDataPoints
  • Konstruktordetails

    • SetMaxPixelsBetweenDataPointsCommand

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

      public SetMaxPixelsBetweenDataPointsCommand(String componentId, int maxPixelsBetweenDataPoints)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getMaxPixelsBetweenDataPoints

      public int getMaxPixelsBetweenDataPoints()