Class UiMap2.SetDisplayVoronoiCellsCommand

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

public static class UiMap2.SetDisplayVoronoiCellsCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • enable

      protected boolean enable
  • Constructor Details

    • SetDisplayVoronoiCellsCommand

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

      public SetDisplayVoronoiCellsCommand(String componentId, boolean enable)
  • Method Details