axle
.
visualize
Plot
Related Doc:
package visualize
case class
Plot
[
S
,
X
,
Y
,
D
]
(
initialValue:
Seq
[(
S
,
D
)]
,
connect:
Boolean
=
true
,
drawKey:
Boolean
=
true
,
width:
Int
=
700
,
height:
Int
=
600
,
border:
Int
=
50
,
pointDiameter:
Int
=
4
,
keyLeftPadding:
Int
=
20
,
keyTopPadding:
Int
=
50
,
keyWidth:
Int
=
80
,
fontName:
String
=
"Courier New"
,
fontSize:
Int
=
12
,
bold:
Boolean
=
false
,
titleFontName:
String
=
"Palatino"
,
titleFontSize:
Int
=
20
,
colorOf: (
S
) ⇒
Color
,
title:
Option
[
String
] =
None
,
keyTitle:
Option
[
String
] =
None
,
xAxis:
Option
[
Y
] =
None
,
xAxisLabel:
Option
[
String
] =
None
,
yAxis:
Option
[
X
] =
None
,
yAxisLabel:
Option
[
String
] =
None
)
(
implicit
sShow:
Show
[
S
]
,
xZero:
Zero
[
X
]
,
xts:
Tics
[
X
]
,
xEq:
Eq
[
X
]
,
xLength:
LengthSpace
[
X
, _,
Double
]
,
yZero:
Zero
[
Y
]
,
yts:
Tics
[
Y
]
,
yEq:
Eq
[
Y
]
,
yLength:
LengthSpace
[
Y
, _,
Double
]
,
plotDataView:
PlotDataView
[
S
,
X
,
Y
,
D
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Plot
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Plot
(
initialValue:
Seq
[(
S
,
D
)]
,
connect:
Boolean
=
true
,
drawKey:
Boolean
=
true
,
width:
Int
=
700
,
height:
Int
=
600
,
border:
Int
=
50
,
pointDiameter:
Int
=
4
,
keyLeftPadding:
Int
=
20
,
keyTopPadding:
Int
=
50
,
keyWidth:
Int
=
80
,
fontName:
String
=
"Courier New"
,
fontSize:
Int
=
12
,
bold:
Boolean
=
false
,
titleFontName:
String
=
"Palatino"
,
titleFontSize:
Int
=
20
,
colorOf: (
S
) ⇒
Color
,
title:
Option
[
String
] =
None
,
keyTitle:
Option
[
String
] =
None
,
xAxis:
Option
[
Y
] =
None
,
xAxisLabel:
Option
[
String
] =
None
,
yAxis:
Option
[
X
] =
None
,
yAxisLabel:
Option
[
String
] =
None
)
(
implicit
sShow:
Show
[
S
]
,
xZero:
Zero
[
X
]
,
xts:
Tics
[
X
]
,
xEq:
Eq
[
X
]
,
xLength:
LengthSpace
[
X
, _,
Double
]
,
yZero:
Zero
[
Y
]
,
yts:
Tics
[
Y
]
,
yEq:
Eq
[
Y
]
,
yLength:
LengthSpace
[
Y
, _,
Double
]
,
plotDataView:
PlotDataView
[
S
,
X
,
Y
,
D
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
bold
:
Boolean
val
border
:
Int
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
colorOf
: (
S
) ⇒
Color
val
connect
:
Boolean
val
drawKey
:
Boolean
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
fontName
:
String
val
fontSize
:
Int
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
height
:
Int
val
initialValue
:
Seq
[(
S
,
D
)]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
keyLeftPadding
:
Int
val
keyTitle
:
Option
[
String
]
val
keyTopPadding
:
Int
val
keyWidth
:
Int
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
implicit
val
plotDataView
:
PlotDataView
[
S
,
X
,
Y
,
D
]
val
pointDiameter
:
Int
implicit
val
sShow
:
Show
[
S
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
title
:
Option
[
String
]
val
titleFontName
:
String
val
titleFontSize
:
Int
val
titleText
:
Option
[
Text
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
width
:
Int
val
xAxis
:
Option
[
Y
]
val
xAxisLabel
:
Option
[
String
]
val
xAxisLabelText
:
Option
[
Text
]
implicit
val
xEq
:
Eq
[
X
]
implicit
val
xLength
:
LengthSpace
[
X
, _,
Double
]
implicit
val
xZero
:
Zero
[
X
]
implicit
val
xts
:
Tics
[
X
]
val
yAxis
:
Option
[
X
]
val
yAxisLabel
:
Option
[
String
]
val
yAxisLabelText
:
Option
[
Text
]
implicit
val
yEq
:
Eq
[
Y
]
implicit
val
yLength
:
LengthSpace
[
Y
, _,
Double
]
implicit
val
yZero
:
Zero
[
Y
]
implicit
val
yts
:
Tics
[
Y
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped