OnlineCalculatable.ValueBundle
Package: velox.api.layer1.layers.strategies.interfaces
Type: Class
Enclosing Interface: OnlineCalculatable
Inheritance: java.lang.Object → OnlineCalculatable.ValueBundle
Fields​
value​
public Object value
additionalObjects​
public List<Object> additionalObjects
Constructors​
ValueBundle​
public ValueBundle(Object value, List<Object> additionalObjects)
Parameters:
value- Representation of this pixel state (currently acceptsDouble,OnlineCalculatable.Marker,List<OnlineCalculatable.Marker>orOnlineCalculatable.ValueBundle)additionalObjects- That will be processed by renderer. Currently existing objects:VerticalLinedraws a vertical line on chart
Methods​
toString​
public String toString()
Overrides: toString in class Object
Methods inherited from class java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwait(long)wait(long, int)