Trait/Object

co.theasi.plotly

Figure

Related Docs: object Figure | package plotly

Permalink

trait Figure extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Figure
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Self <: Figure

    Permalink

Abstract Value Members

  1. abstract def options: FigureOptions

    Permalink
  2. abstract def plots: Vector[Plot]

    Permalink
  3. abstract def viewPorts: Vector[ViewPort]

    Permalink
  4. abstract def withNewOptions(newOptions: FigureOptions): Self

    Permalink

Concrete 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): Self

    Permalink

    Set bottom margin (in px)

  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 equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def height(newHeight: Int): Self

    Permalink

    Set the plot height (in px)

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def leftMargin(newLeftMargin: Int): Self

    Permalink

    Set left margin (in px)

  15. def legend(newLegend: LegendOptions): Self

    Permalink

    Set legend options

    Set legend options

    val legend = LegendOptions().fontSize(20)
    val figure = Figure().legend(legend)
  16. def margins(top: Int, right: Int, bottom: Int, left: Int): Self

    Permalink

    Set layout margins

  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def paperBackgroundColor(r: Int, g: Int, b: Int): Self

    Permalink

    Set the paper's background color.

  21. def paperBackgroundColor(r: Int, g: Int, b: Int, a: Double): Self

    Permalink

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

  22. def paperBackgroundColor(newColor: Color): Self

    Permalink

    Set the paper's background color

    Set the paper's background color

    val figure = Figure().paperBackgroundColor(Color.rgb(0, 255, 0))
  23. def plotBackgroundColor(r: Int, g: Int, b: Int): Self

    Permalink

    Set the plot's background color

  24. def plotBackgroundColor(r: Int, g: Int, b: Int, a: Double): Self

    Permalink

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

  25. def plotBackgroundColor(newColor: Color): Self

    Permalink

    Set the plot's background color

    Set the plot's background color

    val figure = Figure().plotBackgroundColor(Color.rgb(0, 255, 0))
  26. def rightMargin(newRightMargin: Int): Self

    Permalink

    Set right margin (in px)

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def title(newTitle: String): Self

    Permalink

    Set figure title

  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def topMargin(newTopMargin: Int): Self

    Permalink

    Set top margin (in px)

  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def width(newWidth: Int): Self

    Permalink

    Set the plot width (in px)

Inherited from AnyRef

Inherited from Any

Ungrouped