PlotPensEditor

org.nlogo.window.PlotPensEditor
See thePlotPensEditor companion class

Attributes

Companion
class
Source
PlotPensEditor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed trait CodeType

Attributes

Source
PlotPensEditor.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Setup
object Update
case class Pen(originalPen: PlotPen, name: String, color: ColorInfo, interval: Double, mode: Int, inLegend: Boolean, setupCode: String, updateCode: String, setupError: Option[CompilerException], updateError: Option[CompilerException], runtimeError: Option[Exception])

Attributes

Companion
object
Source
PlotPensEditor.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Pen

Attributes

Companion
class
Source
PlotPensEditor.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Pen.type
case object Setup extends CodeType

Attributes

Source
PlotPensEditor.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CodeType
class Object
trait Matchable
class Any
Show all
Self type
Setup.type
case object Update extends CodeType

Attributes

Source
PlotPensEditor.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CodeType
class Object
trait Matchable
class Any
Show all
Self type
Update.type