Class WidgetDisplayInfo

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

public class WidgetDisplayInfo
extends java.lang.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
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  WidgetDisplayInfo.Type  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    double centerValue  
    WidgetDisplayInfo.Type type  
  • Constructor Summary

    Constructors 
    Constructor Description
    WidgetDisplayInfo​(WidgetDisplayInfo.Type type, double centerValue)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait