Skip to main content

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 accepts Double, OnlineCalculatable.Marker, List<OnlineCalculatable.Marker> or OnlineCalculatable.ValueBundle)
  • additionalObjects - That will be processed by renderer. Currently existing objects: VerticalLine draws a vertical line on chart

Methodsโ€‹

toStringโ€‹

public String toString()

Overrides: toString in class Object

Methods inherited from class java.lang.Object:

  • clone
  • equals
  • finalize
  • getClass
  • hashCode
  • notify
  • notifyAll
  • wait
  • wait(long)
  • wait(long, int)