Packages

final class Legend extends Product with Serializable

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

Instance Constructors

  1. new Legend()
  2. new Legend(x: Option[Double], y: Option[Double], traceorder: Option[TraceOrder], yref: Option[Ref], font: Option[Font], bordercolor: Option[Color], bgcolor: Option[Color], xanchor: Option[Anchor], yanchor: Option[Anchor])
  3. new Legend(x: Option[Double], y: Option[Double], traceorder: Option[TraceOrder], yref: Option[Ref], font: Option[Font], bordercolor: Option[Color], bgcolor: Option[Color], xanchor: Option[Anchor], yanchor: Option[Anchor], orientation: Option[Orientation])

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. val bgcolor: Option[Color]
  6. val bordercolor: Option[Color]
  7. def canEqual(obj: Any): Boolean
    Definition Classes
    Legend → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    Legend → Equals → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val font: Option[Font]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    Legend → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val orientation: Option[Orientation]
  20. def productArity: Int
    Definition Classes
    Legend → Product
  21. def productElement(n: Int): Any
    Definition Classes
    Legend → Product
  22. def productIterator: Iterator[Any]
    Definition Classes
    Product
  23. def productPrefix: String
    Definition Classes
    Legend → Product
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    Legend → AnyRef → Any
  26. val traceorder: Option[TraceOrder]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. def withBgcolor(bgcolor: Color): Legend
  31. def withBgcolor(bgcolor: Option[Color]): Legend
  32. def withBordercolor(bordercolor: Color): Legend
  33. def withBordercolor(bordercolor: Option[Color]): Legend
  34. def withFont(font: Font): Legend
  35. def withFont(font: Option[Font]): Legend
  36. def withOrientation(orientation: Orientation): Legend
  37. def withOrientation(orientation: Option[Orientation]): Legend
  38. def withTraceorder(traceorder: TraceOrder): Legend
  39. def withTraceorder(traceorder: Option[TraceOrder]): Legend
  40. def withX(x: Double): Legend
  41. def withX(x: Option[Double]): Legend
  42. def withXanchor(xanchor: Anchor): Legend
  43. def withXanchor(xanchor: Option[Anchor]): Legend
  44. def withY(y: Double): Legend
  45. def withY(y: Option[Double]): Legend
  46. def withYanchor(yanchor: Anchor): Legend
  47. def withYanchor(yanchor: Option[Anchor]): Legend
  48. def withYref(yref: Ref): Legend
  49. def withYref(yref: Option[Ref]): Legend
  50. val x: Option[Double]
  51. val xanchor: Option[Anchor]
  52. val y: Option[Double]
  53. val yanchor: Option[Anchor]
  54. val yref: Option[Ref]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped