Class WidgetDisplayInfo

java.lang.Object
velox.api.layer1.messages.indicators.WidgetDisplayInfo

public class WidgetDisplayInfo extends Object
Defines the way widget is displaying values By default widgets fills counter clockwise (if circle) or up (if bar) Another way is for widget to be symmetric, with specified value as center
  • Field Details

  • Constructor Details

    • WidgetDisplayInfo

      public WidgetDisplayInfo(WidgetDisplayInfo.Type type, double centerValue)
      Parameters:
      type -
      centerValue - value of center point if type is SYMMETRIC, any value otherwise