Package

co.theasi.plotly

writer

Permalink

package writer

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

Type Members

  1. case class BarWriteInfo(srcs: List[String], axisIndex: Int, options: BarOptions) extends SeriesWriteInfo with Product with Serializable

    Permalink
  2. case class BoxWriteInfo(srcs: List[String], axisIndex: Int, options: BoxOptions) extends SeriesWriteInfo with Product with Serializable

    Permalink
  3. case class Credentials(username: String, key: String) extends Product with Serializable

    Permalink
  4. case class FileOptions(overwrite: Boolean = true) extends Product with Serializable

    Permalink

    Control how an object is written to Plotly.

    Control how an object is written to Plotly.

    overwrite

    If true, silently overwrite an existing file with the same name; if false, throws a PlotlyException

  5. case class GridFile(fileId: String, fileName: String = "", columnUids: Map[String, String] = Map.empty) extends Product with Serializable

    Permalink
  6. case class PlotFile(fileId: String, fileName: String = "") extends Product with Serializable

    Permalink
  7. case class PlotlyException(message: String) extends Exception with Product with Serializable

    Permalink
  8. case class ScatterWriteInfo(srcs: List[String], axisIndex: Int, options: ScatterOptions) extends SeriesWriteInfo with Product with Serializable

    Permalink
  9. sealed trait SeriesWriteInfo extends AnyRef

    Permalink
  10. trait Server extends AnyRef

    Permalink
  11. trait ServerWriter extends AnyRef

    Permalink
  12. trait ServerWriterWithDefaultCredentials extends ServerWriter

    Permalink
  13. case class SurfaceXYZWriteInfo(srcs: List[String], sceneIndex: Int, options: SurfaceOptions) extends SeriesWriteInfo with Product with Serializable

    Permalink
  14. case class SurfaceZWriteInfo(srcs: List[String], sceneIndex: Int, options: SurfaceOptions) extends SeriesWriteInfo with Product with Serializable

    Permalink
  15. case class UnexpectedServerResponse(message: String) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object Api

    Permalink
  2. object AxisOptionsWriter

    Permalink
  3. object CartesianPlotLayoutWriter

    Permalink
  4. object ColorWriter

    Permalink
  5. object ColorscaleWriter

    Permalink
  6. object ColumnWriter

    Permalink
  7. object Credentials extends Serializable

    Permalink
  8. object FigureOptionsWriter

    Permalink
  9. object FigureWriter

    Permalink
  10. object FontWriter

    Permalink
  11. object GridFile extends Serializable

    Permalink
  12. object GridWriter

    Permalink
  13. object OptionsWriter

    Permalink
  14. object PlotFile extends Serializable

    Permalink
  15. object SeriesReader

    Permalink
  16. object SeriesWriter

    Permalink
  17. object ServerWithDefaultCredentials extends Server with Product with Serializable

    Permalink
  18. object ThreeDPlotLayoutWriter

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped