Workspace

org.nlogo.api.Workspace

Attributes

Source
Workspace.scala
Graph
Supertypes
trait Controllable
trait ViewSettings
trait ImporterUser
trait WorldResizer
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Workspace

Members list

Value members

Abstract methods

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala
def benchmark(minTime: Int, maxTime: Int): Unit

Attributes

Source
Workspace.scala
def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit

Attributes

Source
Workspace.scala
def clearAll(): Unit

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala
def clearOutput(): Unit

Attributes

Source
Workspace.scala
def clearTicks(): Unit

Attributes

Source
Workspace.scala
def dispose(): Unit

Attributes

Source
Workspace.scala
def exportAllPlots(path: String): Unit

Attributes

Source
Workspace.scala
def exportDrawing(path: String, format: String): Unit

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala
def exportOutput(path: String): Unit

Attributes

Source
Workspace.scala
def exportPlot(plotName: String, path: String): Unit

Attributes

Source
Workspace.scala
def exportView(path: String, format: String): Unit

Attributes

Source
Workspace.scala
def exportView: BufferedImage

Attributes

Source
Workspace.scala
def exportWorld(path: String): Unit

Attributes

Source
Workspace.scala
def exportWorld(writer: PrintWriter): Unit

Attributes

Source
Workspace.scala
def getAndCreateDrawing(): BufferedImage

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala
def importDrawing(path: String): Unit

Attributes

Source
Workspace.scala
def importWorld(reader: Reader): Unit

Attributes

Source
Workspace.scala
def importWorld(path: String): Unit

Attributes

Source
Workspace.scala
def open(modelPath: String, shouldAutoInstallLibs: Boolean): Unit

Attributes

Source
Workspace.scala
def openModel(model: Model, shouldAutoInstallLibs: Boolean): Unit

Attributes

Source
Workspace.scala
def outputObject(obj: AnyRef, owner: AnyRef, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala
def setModelPath(path: String): Unit

Attributes

Source
Workspace.scala
def waitFor(runnable: CommandRunnable): Unit

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala
def waitForResult[T](runnable: ReporterRunnable[T]): T

Attributes

Source
Workspace.scala
def warningMessage(message: String): Boolean

Attributes

Source
Workspace.scala
def world: World

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Concrete methods

def addCustomShapes(filename: String): Unit

Attributes

Source
Workspace.scala
def beep(): Unit

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala
def openModel(model: Model): Unit

Attributes

Source
Workspace.scala
def updateUI(): Unit

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala
def userOneOf(msg: String, xs: LogoList): Option[AnyRef]

Attributes

Source
Workspace.scala

Attributes

Source
Workspace.scala

Deprecated methods

def plotManager: AnyRef

Attributes

Deprecated
[Since version 6.1.2] Use `realPlotManager`
Source
Workspace.scala

Inherited methods

Attributes

Returns

plotCompilationErrorAction action to take if a plot compilation error occurs

Inherited from:
Controllable
Source
Controllable.scala
def open(path: String): Unit

Attributes

Inherited from:
Controllable
Source
Controllable.scala

Value parameters

plotCompilationErrorAction

action to take if a plot compilation error occurs Throw - Throw the first error Output - Output all errors Ignore - Do nothing

Attributes

Inherited from:
Controllable
Source
Controllable.scala

Inherited and Abstract methods

def auxRNG: MersenneTwisterFast

Attributes

Inherited from:
RandomServices
Source
RandomServices.scala
def command(source: String): Unit

Attributes

Inherited from:
Controllable
Source
Controllable.scala
def currentPlot(plot: String): Unit

Attributes

Inherited from:
ImporterUser
Source
ImporterUser.scala

Attributes

Inherited from:
ViewSettings
Source
ViewSettings.scala
def evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit

Attributes

Inherited from:
Controllable
Source
Controllable.scala
def evaluateCommands(owner: JobOwner, source: String): Unit

Attributes

Inherited from:
Controllable
Source
Controllable.scala
def evaluateReporter(owner: JobOwner, source: String): AnyRef

Attributes

Inherited from:
Controllable
Source
Controllable.scala
def fontSize: Int

Attributes

Inherited from:
ViewSettings
Source
ViewSettings.scala

Attributes

Inherited from:
ImporterUser
Source
ImporterUser.scala
def importExtensionData(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit

Attributes

Inherited from:
ImporterUser
Source
ImporterUser.scala

Attributes

Inherited from:
ImporterUser
Source
ImporterUser.scala

Attributes

Inherited from:
ViewSettings
Source
ViewSettings.scala
def mainRNG: MersenneTwisterFast

Attributes

Inherited from:
RandomServices
Source
RandomServices.scala
def patchSize(patchSize: Double): Unit

Attributes

Inherited from:
WorldResizer
Source
WorldResizer.scala

Attributes

Inherited from:
ViewSettings
Source
ViewSettings.scala
def readFromString(s: String): AnyRef

Attributes

Inherited from:
LiteralParser
Source
LiteralParser.scala
def readNumberFromString(source: String): AnyRef

Attributes

Inherited from:
LiteralParser
Source
LiteralParser.scala

Attributes

Inherited from:
ViewSettings
Source
ViewSettings.scala
def report(source: String): AnyRef

Attributes

Inherited from:
Controllable
Source
Controllable.scala
def resizeView(): Unit

Attributes

Inherited from:
WorldResizer
Source
WorldResizer.scala
def seedRNGs(seed: Int): Unit

Attributes

Inherited from:
RandomServices
Source
RandomServices.scala
def setDimensions(dim: WorldDimensions, patchSize: Double): Unit

Attributes

Inherited from:
WorldResizer
Source
WorldResizer.scala

Attributes

Inherited from:
WorldResizer
Source
WorldResizer.scala

Attributes

Inherited from:
ImporterUser
Source
ImporterUser.scala

Attributes

Inherited from:
ViewSettings
Source
ViewSettings.scala

Attributes

Inherited from:
ViewSettings
Source
ViewSettings.scala

Attributes

Inherited from:
ViewSettings
Source
ViewSettings.scala

Attributes

Inherited from:
ViewSettings
Source
ViewSettings.scala