Instance Constructors
-
new
Plot
(lfs: Seq[(String, SortedMap[X, Y])], connect: Boolean, drawKey: Boolean, width: Int, height: Int, border: Int, pointDiameter: Int, title: Option[String], xAxis: Y, xAxisLabel: Option[String], yAxis: X, yAxisLabel: Option[String])(implicit _xPlottable: Plottable[X], _yPlottable: Plottable[Y])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
val
border
: Int
-
def
canEqual
(arg0: Any): Boolean
-
val
clockwise90
: Double
-
def
clone
(): AnyRef
-
val
connect
: Boolean
-
val
counterClockwise90
: Double
-
val
drawKey
: Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
height
: Int
-
def
isInstanceOf
[T0]
: Boolean
-
val
lfs
: Seq[(String, SortedMap[X, Y])]
-
val
maxX
: X
-
val
maxY
: Y
-
val
minX
: X
-
val
minY
: Y
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
pointDiameter
: Int
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
val
title
: Option[String]
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
val
width
: Int
-
val
xAxis
: Y
-
val
xAxisLabel
: Option[String]
-
def
xPlottable
(): Plottable[X]
-
val
xTics
: Seq[(X, String)]
-
val
yAxis
: X
-
val
yAxisLabel
: Option[String]
-
def
yPlottable
(): Plottable[Y]
-
val
yTics
: Seq[(Y, String)]
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any