Packages

final class Candlestick extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Candlestick
  2. Trace
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Candlestick()
  2. new Candlestick(x: Option[Sequence], close: Option[Sequence], high: Option[Sequence], low: Option[Sequence], open: Option[Sequence], decreasing: Option[Marker], increasing: Option[Marker], line: Option[Marker], xaxis: Option[AxisReference], yaxis: Option[AxisReference])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canEqual(obj: Any): Boolean
    Definition Classes
    Candlestick → Equals
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val close: Option[Sequence]
  8. val decreasing: Option[Marker]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    Candlestick → Equals → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    Candlestick → AnyRef → Any
  14. val high: Option[Sequence]
  15. val increasing: Option[Marker]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val line: Option[Marker]
  18. val low: Option[Sequence]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val open: Option[Sequence]
  23. def productArity: Int
    Definition Classes
    Candlestick → Product
  24. def productElement(n: Int): Any
    Definition Classes
    Candlestick → Product
  25. def productElementName(n: Int): String
    Definition Classes
    Candlestick → Product
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def productIterator: Iterator[Any]
    Definition Classes
    Product
  28. def productPrefix: String
    Definition Classes
    Candlestick → Product
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Candlestick → AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. def withClose(close: Sequence): Candlestick
  35. def withClose(close: Option[Sequence]): Candlestick
  36. def withDecreasing(decreasing: Marker): Candlestick
  37. def withDecreasing(decreasing: Option[Marker]): Candlestick
  38. def withHigh(high: Sequence): Candlestick
  39. def withHigh(high: Option[Sequence]): Candlestick
  40. def withIncreasing(increasing: Marker): Candlestick
  41. def withIncreasing(increasing: Option[Marker]): Candlestick
  42. def withLine(line: Marker): Candlestick
  43. def withLine(line: Option[Marker]): Candlestick
  44. def withLow(low: Sequence): Candlestick
  45. def withLow(low: Option[Sequence]): Candlestick
  46. def withOpen(open: Sequence): Candlestick
  47. def withOpen(open: Option[Sequence]): Candlestick
  48. def withX(x: Sequence): Candlestick
  49. def withX(x: Option[Sequence]): Candlestick
  50. def withXaxis(xaxis: AxisReference): Candlestick
  51. def withXaxis(xaxis: Option[AxisReference]): Candlestick
  52. def withYaxis(yaxis: AxisReference): Candlestick
  53. def withYaxis(yaxis: Option[AxisReference]): Candlestick
  54. val x: Option[Sequence]
  55. val xaxis: Option[AxisReference]
  56. val yaxis: Option[AxisReference]

Inherited from Trace

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped