Packages

c

org.openmole.plotlyjs

LayoutBuilder

class LayoutBuilder extends JSOptionBuilder[Layout, LayoutBuilder]

Linear Supertypes
JSOptionBuilder[Layout, LayoutBuilder], JSOptionSetter[Layout, LayoutBuilder], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LayoutBuilder
  2. JSOptionBuilder
  3. JSOptionSetter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LayoutBuilder(dict: OptMap)

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. def _result: Layout
    Definition Classes
    JSOptionBuilder
  5. def annotations(v: Array[Annotation]): LayoutBuilder
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asJsOpt(n: String, o: Any): LayoutBuilder
  8. def autosize(v: Boolean): LayoutBuilder
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val dict: OptMap
    Definition Classes
    LayoutBuilder → JSOptionBuilder
  11. def dragmode(v: DragMode): LayoutBuilder
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def grid(v: Grid): LayoutBuilder
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def height(v: Double): LayoutBuilder
  18. def hovermode(v: HoverMode): LayoutBuilder
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def jsOpt(name: String, opt: Any): LayoutBuilder
    Attributes
    protected
    Definition Classes
    JSOptionBuilder → JSOptionSetter
  21. def legend(v: Legend): LayoutBuilder
  22. def margin(v: Margin): LayoutBuilder
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def polar(v: PolarLayout): LayoutBuilder
  27. def shapes(v: Array[Shape]): LayoutBuilder
  28. def showlegend(v: Boolean): LayoutBuilder
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def ternary(v: TernaryLayout): LayoutBuilder
  31. def title(v: String): LayoutBuilder
  32. def toString(): String
    Definition Classes
    JSOptionBuilder → AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def width(v: Double): LayoutBuilder
  37. def xaxis(v: Axis): LayoutBuilder
  38. def xaxis10(v: Axis): LayoutBuilder
  39. def xaxis2(v: Axis): LayoutBuilder
  40. def xaxis3(v: Axis): LayoutBuilder
  41. def xaxis4(v: Axis): LayoutBuilder
  42. def xaxis5(v: Axis): LayoutBuilder
  43. def xaxis6(v: Axis): LayoutBuilder
  44. def xaxis7(v: Axis): LayoutBuilder
  45. def xaxis8(v: Axis): LayoutBuilder
  46. def xaxis9(v: Axis): LayoutBuilder
  47. def yaxis(v: Axis): LayoutBuilder
  48. def yaxis10(v: Axis): LayoutBuilder
  49. def yaxis2(v: Axis): LayoutBuilder
  50. def yaxis3(v: Axis): LayoutBuilder
  51. def yaxis4(v: Axis): LayoutBuilder
  52. def yaxis5(v: Axis): LayoutBuilder
  53. def yaxis6(v: Axis): LayoutBuilder
  54. def yaxis7(v: Axis): LayoutBuilder
  55. def yaxis8(v: Axis): LayoutBuilder
  56. def yaxis9(v: Axis): LayoutBuilder

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from JSOptionBuilder[Layout, LayoutBuilder]

Inherited from JSOptionSetter[Layout, LayoutBuilder]

Inherited from AnyRef

Inherited from Any

Ungrouped