TrailDrawerInterface

org.nlogo.api.TrailDrawerInterface

Attributes

Source
TrailDrawerInterface.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Attributes

Source
TrailDrawerInterface.scala
def drawLine(x0: Double, y0: Double, x1: Double, y1: Double, color: AnyRef, size: Double, mode: String): Unit

Attributes

Source
TrailDrawerInterface.scala
def exportDrawingToCSV(writer: PrintWriter): Unit

Attributes

Source
TrailDrawerInterface.scala
def getAndCreateDrawing(dirty: Boolean): BufferedImage

Attributes

Source
TrailDrawerInterface.scala
def getDrawing: AnyRef

Attributes

Source
TrailDrawerInterface.scala
def importDrawing(is: InputStream, mimeTypeOpt: Option[String]): Unit

Attributes

Source
TrailDrawerInterface.scala
def importDrawing(file: File): Unit

Attributes

Source
TrailDrawerInterface.scala

Attributes

Source
TrailDrawerInterface.scala

Attributes

Source
TrailDrawerInterface.scala
def readImage(is: BufferedImage): Unit

Attributes

Source
TrailDrawerInterface.scala
def readImage(is: InputStream): Unit

Attributes

Source
TrailDrawerInterface.scala
def sendPixels(dirty: Boolean): Unit

Attributes

Source
TrailDrawerInterface.scala
def setColors(colors: Array[Int], width: Int, height: Int): Unit

Attributes

Source
TrailDrawerInterface.scala
def stamp(agent: Agent, erase: Boolean): Unit

Attributes

Source
TrailDrawerInterface.scala

Inherited and Abstract methods

def colors: Array[Int]

Attributes

Inherited from:
DrawingInterface
Source
DrawingInterface.scala
def getHeight: Int

Attributes

Inherited from:
DrawingInterface
Source
DrawingInterface.scala
def getWidth: Int

Attributes

Inherited from:
DrawingInterface
Source
DrawingInterface.scala

Attributes

Inherited from:
DrawingInterface
Source
DrawingInterface.scala
def markClean(): Unit

Attributes

Inherited from:
DrawingInterface
Source
DrawingInterface.scala
def markDirty(): Unit

Attributes

Inherited from:
DrawingInterface
Source
DrawingInterface.scala