Packages

final class Candlestick extends Trace with Product with Serializable

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

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( ... ) @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[_]
    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 productIterator: Iterator[Any]
    Definition Classes
    Product
  26. def productPrefix: String
    Definition Classes
    Candlestick → Product
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    Candlestick → AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. def withClose(close: Sequence): Candlestick
  33. def withClose(close: Option[Sequence]): Candlestick
  34. def withDecreasing(decreasing: Marker): Candlestick
  35. def withDecreasing(decreasing: Option[Marker]): Candlestick
  36. def withHigh(high: Sequence): Candlestick
  37. def withHigh(high: Option[Sequence]): Candlestick
  38. def withIncreasing(increasing: Marker): Candlestick
  39. def withIncreasing(increasing: Option[Marker]): Candlestick
  40. def withLine(line: Marker): Candlestick
  41. def withLine(line: Option[Marker]): Candlestick
  42. def withLow(low: Sequence): Candlestick
  43. def withLow(low: Option[Sequence]): Candlestick
  44. def withOpen(open: Sequence): Candlestick
  45. def withOpen(open: Option[Sequence]): Candlestick
  46. def withX(x: Sequence): Candlestick
  47. def withX(x: Option[Sequence]): Candlestick
  48. def withXaxis(xaxis: AxisReference): Candlestick
  49. def withXaxis(xaxis: Option[AxisReference]): Candlestick
  50. def withYaxis(yaxis: AxisReference): Candlestick
  51. def withYaxis(yaxis: Option[AxisReference]): Candlestick
  52. val x: Option[Sequence]
  53. val xaxis: Option[AxisReference]
  54. val yaxis: Option[AxisReference]

Inherited from Trace

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped