Packages

final class Legend extends Product with Serializable

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

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(classOf[java.lang.CloneNotSupportedException]) @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[_ <: AnyRef]
    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 productElementName(n: Int): String
    Definition Classes
    Legend → Product
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def productIterator: Iterator[Any]
    Definition Classes
    Product
  25. def productPrefix: String
    Definition Classes
    Legend → Product
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    Legend → AnyRef → Any
  28. val traceorder: Option[TraceOrder]
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. def withBgcolor(bgcolor: Color): Legend
  33. def withBgcolor(bgcolor: Option[Color]): Legend
  34. def withBordercolor(bordercolor: Color): Legend
  35. def withBordercolor(bordercolor: Option[Color]): Legend
  36. def withFont(font: Font): Legend
  37. def withFont(font: Option[Font]): Legend
  38. def withOrientation(orientation: Orientation): Legend
  39. def withOrientation(orientation: Option[Orientation]): Legend
  40. def withTraceorder(traceorder: TraceOrder): Legend
  41. def withTraceorder(traceorder: Option[TraceOrder]): Legend
  42. def withX(x: Double): Legend
  43. def withX(x: Option[Double]): Legend
  44. def withXanchor(xanchor: Anchor): Legend
  45. def withXanchor(xanchor: Option[Anchor]): Legend
  46. def withY(y: Double): Legend
  47. def withY(y: Option[Double]): Legend
  48. def withYanchor(yanchor: Anchor): Legend
  49. def withYanchor(yanchor: Option[Anchor]): Legend
  50. def withYref(yref: Ref): Legend
  51. def withYref(yref: Option[Ref]): Legend
  52. val x: Option[Double]
  53. val xanchor: Option[Anchor]
  54. val y: Option[Double]
  55. val yanchor: Option[Anchor]
  56. val yref: Option[Ref]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped