PlotManager

org.nlogo.plot.PlotManager
class PlotManager(factory: LogoThunkFactory, random: MersenneTwisterFast) extends PlotManagerInterface

Attributes

Source
PlotManager.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

abstract case class CodeType(name: String)

Attributes

Source
PlotManager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Setup
object Update
case class Results(setup: CompilationResult, update: CompilationResult)

Attributes

Source
PlotManager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Setup extends CodeType

Attributes

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

Attributes

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

Value members

Concrete methods

def addPlot(plot: Plot): Unit

Attributes

Source
PlotManager.scala
def clearAll(): Unit

Attributes

Source
PlotManager.scala

Attributes

Source
PlotManager.scala
def forgetAll(): Unit

Attributes

Source
PlotManager.scala
def forgetPlot(goner: Plot): Unit

Attributes

Source
PlotManager.scala

Attributes

Source
PlotManager.scala
def hasErrors(plot: Plot): Boolean

Attributes

Source
PlotManager.scala

Attributes

Source
PlotManager.scala
def hasPlot(name: String): Boolean

Attributes

Source
PlotManager.scala

Attributes

Source
PlotManager.scala
def newPlot(name: String): Plot

Attributes

Source
PlotManager.scala

Attributes

Source
PlotManager.scala
def plots: List[Plot]

Attributes

Source
PlotManager.scala
def publish(action: PlotAction): Unit

Attributes

Source
PlotManager.scala
def setCurrentPlot(name: String): Unit

Attributes

Source
PlotManager.scala
def setupPlots(): Unit

Attributes

Source
PlotManager.scala
def updatePlots(): Unit

Attributes

Source
PlotManager.scala

Deprecated methods

def getPlot(name: String): Plot

Attributes

Deprecated
[Since version 6.1.2] Use `maybeGetPlot()`
Source
PlotManager.scala

Concrete fields

Attributes

Source
PlotManager.scala

Attributes

Source
PlotManager.scala