Klasse UiNetworkGraph.SetDistanceCommand

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

public static class UiNetworkGraph.SetDistanceCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • linkDistance

      protected float linkDistance
    • nodeDistance

      protected float nodeDistance
  • Konstruktordetails

    • SetDistanceCommand

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

      public SetDistanceCommand(String componentId, float linkDistance, float nodeDistance)
  • Methodendetails

    • toString

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

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

      public float getLinkDistance()
    • getNodeDistance

      public float getNodeDistance()