Class WidgetDisplayInfo
java.lang.Object
velox.api.layer1.messages.indicators.WidgetDisplayInfo
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
centerValue
public final double centerValue
-
-
Constructor Details
-
WidgetDisplayInfo
- Parameters:
type-centerValue- value of center point if type is SYMMETRIC, any value otherwise
-