Class/Object

co.theasi.plotly

GridLayout

Related Docs: object GridLayout | package plotly

Permalink

case class GridLayout(xAxes: Vector[Axis], yAxes: Vector[Axis], numberRows: Int, numberColumns: Int, options: LayoutOptions) extends Layout[GridLayout] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Layout[GridLayout], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GridLayout
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Layout
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GridLayout(xAxes: Vector[Axis], yAxes: Vector[Axis], numberRows: Int, numberColumns: Int, options: LayoutOptions)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bottomMargin(newBottomMargin: Int): GridLayout

    Permalink

    Set bottom margin (in px)

    Set bottom margin (in px)

    Definition Classes
    Layout
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def height(newHeight: Int): GridLayout

    Permalink

    Set the plot height (in px)

    Set the plot height (in px)

    Definition Classes
    Layout
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def leftMargin(newLeftMargin: Int): GridLayout

    Permalink

    Set left margin (in px)

    Set left margin (in px)

    Definition Classes
    Layout
  13. def legend(newLegend: LegendOptions): GridLayout

    Permalink

    Set layout legend options

    Set layout legend options

    val legend = LegendOptions().fontSize(20)
    val layout = SingleAxisLayout().legendOptions(legend)
    Definition Classes
    Layout
  14. def margins(top: Int, right: Int, bottom: Int, left: Int): GridLayout

    Permalink

    Set layout margins

    Set layout margins

    Definition Classes
    Layout
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def newOptions(newOptions: LayoutOptions): GridLayout

    Permalink
    Definition Classes
    GridLayoutLayout
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val numberColumns: Int

    Permalink
  20. val numberRows: Int

    Permalink
  21. val options: LayoutOptions

    Permalink
    Definition Classes
    GridLayoutLayout
  22. def paperBackgroundColor(r: Int, g: Int, b: Int): GridLayout

    Permalink

    Set the paper's background color.

    Set the paper's background color.

    Definition Classes
    Layout
  23. def paperBackgroundColor(r: Int, g: Int, b: Int, a: Double): GridLayout

    Permalink

    Set the paper's background color with (red, green, blue, alpha)

    Set the paper's background color with (red, green, blue, alpha)

    Definition Classes
    Layout
  24. def paperBackgroundColor(newColor: Color): GridLayout

    Permalink

    Set the paper's background color

    Set the paper's background color

    val layout = SingleAxisLayout().paperBackgroundColor(Color.rgb(0, 255, 0))
    Definition Classes
    Layout
  25. def plotBackgroundColor(r: Int, g: Int, b: Int): GridLayout

    Permalink

    Set the plot's background color

    Set the plot's background color

    Definition Classes
    Layout
  26. def plotBackgroundColor(r: Int, g: Int, b: Int, a: Double): GridLayout

    Permalink

    Set the plot's background color with (red, green, blue, alpha)

    Set the plot's background color with (red, green, blue, alpha)

    Definition Classes
    Layout
  27. def plotBackgroundColor(newColor: Color): GridLayout

    Permalink

    Set the plot's background color

    Set the plot's background color

    val layout = SingleAxisLayout().plotBackgroundColor(Color.rgb(0, 255, 0))
    Definition Classes
    Layout
  28. def ref(row: Int, column: Int): (Int, Int)

    Permalink
  29. def rightMargin(newRightMargin: Int): GridLayout

    Permalink

    Set right margin (in px)

    Set right margin (in px)

    Definition Classes
    Layout
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def title(newTitle: String): GridLayout

    Permalink

    Set layout title

    Set layout title

    Definition Classes
    Layout
  32. def topMargin(newTopMargin: Int): GridLayout

    Permalink

    Set top margin (in px)

    Set top margin (in px)

    Definition Classes
    Layout
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def width(newWidth: Int): GridLayout

    Permalink

    Set the plot width (in px)

    Set the plot width (in px)

    Definition Classes
    Layout
  37. val xAxes: Vector[Axis]

    Permalink
    Definition Classes
    GridLayoutLayout
  38. def xAxis(row: Int, column: Int): Axis

    Permalink
  39. def xAxisOptions(row: Int, column: Int, newOptions: AxisOptions): GridLayout

    Permalink
  40. val yAxes: Vector[Axis]

    Permalink
    Definition Classes
    GridLayoutLayout
  41. def yAxis(row: Int, column: Int): Axis

    Permalink
  42. def yAxisOptions(row: Int, column: Int, newOptions: AxisOptions): GridLayout

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Layout[GridLayout]

Inherited from AnyRef

Inherited from Any

Ungrouped