Package

com.manyangled

gnuplot4s

Permalink

package gnuplot4s

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

Type Members

  1. case class BlockRows(rows: () ⇒ Iterator[String]) extends Product with Serializable

    Permalink
  2. case class Dumb(siz: Option[(Int, Int)], asp: Option[(Int, Int)]) extends TermInterface with Product with Serializable

    Permalink
  3. implicit class EnrichedSession extends AnyRef

    Permalink
  4. sealed trait GPScript[+Next] extends AnyRef

    Permalink
  5. case class Plot(usin: (Int, Int), styl: PlotStyle, blk: String) extends PlotInterface with Product with Serializable

    Permalink
  6. trait PlotInterface extends AnyRef

    Permalink
  7. sealed trait PlotStyle extends AnyRef

    Permalink
  8. case class RawTerm(termClause: Option[String]) extends TermInterface with Product with Serializable

    Permalink
  9. case class Session(blks: Map[String, BlockRows], trm: TermInterface, out: Output, opt: Options, plots: Vector[PlotInterface], gpcmd: String) extends Product with Serializable

    Permalink
  10. trait TermInterface extends AnyRef

    Permalink
  11. trait ToString[T] extends AnyRef

    Permalink
  12. trait ToStringSeq[T] extends AnyRef

    Permalink

Value Members

  1. object Dumb extends Serializable

    Permalink
  2. object GPScript

    Permalink
  3. object Plot extends Serializable

    Permalink
  4. object PlotStyle

    Permalink
  5. object RawTerm extends Serializable

    Permalink
  6. object Session extends Serializable

    Permalink
  7. object ToString

    Permalink
  8. implicit def implicitToStrNumeric[N](implicit num: Numeric[N]): ToStringSeq[N]

    Permalink
  9. implicit val implicitToStrSeqString: ToStringSeq[String]

    Permalink
  10. implicit def implicitToStrTuple2[T1, T2](implicit ts1: ToString[T1], ts2: ToString[T2]): ToStringSeq[(T1, T2)]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped