org
.
nlogo
.
core
Plot
Related Doc:
package core
case class
Plot
(
display:
Option
[
String
]
,
left:
Int
=
0
,
top:
Int
=
0
,
right:
Int
=
5
,
bottom:
Int
=
5
,
xAxis:
Option
[
String
] =
None
,
yAxis:
Option
[
String
] =
None
,
xmin:
Double
=
0
,
xmax:
Double
=
0
,
ymin:
Double
=
0
,
ymax:
Double
=
0
,
autoPlotOn:
Boolean
=
true
,
legendOn:
Boolean
=
false
,
setupCode:
String
=
""
,
updateCode:
String
=
""
,
pens:
List
[
Pen
] =
Nil
)
extends
Widget
with
Product
with
Serializable
Source
Plot.scala
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
Widget
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Plot
Serializable
Serializable
Product
Equals
Widget
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Plot
(
display:
Option
[
String
]
,
left:
Int
=
0
,
top:
Int
=
0
,
right:
Int
=
5
,
bottom:
Int
=
5
,
xAxis:
Option
[
String
] =
None
,
yAxis:
Option
[
String
] =
None
,
xmin:
Double
=
0
,
xmax:
Double
=
0
,
ymin:
Double
=
0
,
ymax:
Double
=
0
,
autoPlotOn:
Boolean
=
true
,
legendOn:
Boolean
=
false
,
setupCode:
String
=
""
,
updateCode:
String
=
""
,
pens:
List
[
Pen
] =
Nil
)
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
autoPlotOn
:
Boolean
val
bottom
:
Int
Definition Classes
Plot
→
Widget
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
convertSource
(
conversion: (
String
) ⇒
String
)
:
Plot
Definition Classes
Plot
→
Widget
val
display
:
Option
[
String
]
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]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
left
:
Int
Definition Classes
Plot
→
Widget
val
legendOn
:
Boolean
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
pens
:
List
[
Pen
]
val
right
:
Int
Definition Classes
Plot
→
Widget
val
setupCode
:
String
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
top
:
Int
Definition Classes
Plot
→
Widget
val
updateCode
:
String
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
xAxis
:
Option
[
String
]
val
xmax
:
Double
val
xmin
:
Double
val
yAxis
:
Option
[
String
]
val
ymax
:
Double
val
ymin
:
Double
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Widget
Inherited from
AnyRef
Inherited from
Any
Ungrouped