Packages

  • package root
    Definition Classes
    root
  • package de
    Definition Classes
    root
  • package h2b
    Definition Classes
    de
  • package scala
    Definition Classes
    h2b
  • package lib
    Definition Classes
    scala
  • package pa_toolbox
    Definition Classes
    lib
  • package data
    Definition Classes
    pa_toolbox
  • package plotting

    Adds function-based plotting methods to the Plotter interface of the PA-Toolbox plotting Java project.

    Adds function-based plotting methods to the Plotter interface of the PA-Toolbox plotting Java project.

    Note that you still can use the vector- and matrix-based versions of the Java project by using the conversions of the pa-toolbox-linalg-scala project; to do this include an import de.h2b.scala.lib.pa_toolbox.math.linalg._ or import de.h2b.scala.lib.pa_toolbox.math.linalg.ImplicitConversions._ statement.

    Also provides conversions for axis functions between this PA-Toolbox data-plotting Java project (pa) and the Scala functionality (scala). This package object adds converters as.. to the function types of both domains. To use them, include an import de.h2b.scala.lib.pa_toolbox.data.plotting._ statement. If you prefer implicit conversions, use the ImplicitConversions object.

    Definition Classes
    data
  • ImplicitConversions
  • PaAxisFunctionOps
  • PlotterOps
  • ScalaAxisFunctionOps

package plotting

Adds function-based plotting methods to the Plotter interface of the PA-Toolbox plotting Java project.

Note that you still can use the vector- and matrix-based versions of the Java project by using the conversions of the pa-toolbox-linalg-scala project; to do this include an import de.h2b.scala.lib.pa_toolbox.math.linalg._ or import de.h2b.scala.lib.pa_toolbox.math.linalg.ImplicitConversions._ statement.

Also provides conversions for axis functions between this PA-Toolbox data-plotting Java project (pa) and the Scala functionality (scala). This package object adds converters as.. to the function types of both domains. To use them, include an import de.h2b.scala.lib.pa_toolbox.data.plotting._ statement. If you prefer implicit conversions, use the ImplicitConversions object.

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

Type Members

  1. implicit class PaAxisFunctionOps extends AnyRef
  2. implicit class PlotterOps extends AnyRef
  3. implicit class ScalaAxisFunctionOps extends AnyRef

Value Members

  1. object ImplicitConversions

    Provides implicit conversions for axis functions between this PA-Toolbox data-plotting Java project (pa) and the Scala functionality (scala).

    Provides implicit conversions for axis functions between this PA-Toolbox data-plotting Java project (pa) and the Scala functionality (scala).

    To use these implicit conversions, include an import de.h2b.scala.lib.pa_toolbox.data.plotting.ImplicitConversions._ statement.

Inherited from AnyRef

Inherited from Any

Ungrouped