Packages

c

scalation.plot

FramelessPlot

class FramelessPlot extends AnyRef

The FramelessPlot class is used for embedded applications.

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

Instance Constructors

  1. new FramelessPlot(x: VectoD, y: VectoD, z: VectoD = null, width: Int = 640, height: Int = 480)

    x

    the x vector of data values (horizontal)

    y

    the y vector of data values (primary vertical)

    z

    the z vector of data values (secondary vertical) to compare with y

    width

    the width

    height

    the height

Value Members

  1. def canvas: Canvas

    Dynamically create and return a drawing canvas.

  2. var height: Int
  3. var width: Int