Class VerticalLine

java.lang.Object
velox.api.layer1.layers.strategies.interfaces.VerticalLine

public class VerticalLine
extends java.lang.Object
A vertical line that is drawn on chart
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String color  
  • Constructor Summary

    Constructors 
    Constructor Description
    VerticalLine​(java.lang.String color)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • color

      public java.lang.String color
  • Constructor Details

    • VerticalLine

      public VerticalLine​(java.lang.String color)
      Parameters:
      color - of the line (should be value described in IndicatorColorScheme for this indicator)