TrailDrawer

org.nlogo.render.TrailDrawer
class TrailDrawer(world: World, turtleDrawer: TurtleDrawer, linkDrawer: LinkDrawer) extends TrailDrawerJ

Attributes

Source
TrailDrawer.scala
Graph
Supertypes
class TrailDrawerJ
trait ViewSettings
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
TrailDrawer.scala
def drawLine(x1: Double, y1: Double, x2: Double, y2: Double, penColor: AnyRef, penSize: Double, penMode: String): Unit

Attributes

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

Attributes

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

Attributes

Source
TrailDrawer.scala
override def importDrawing(is: InputStream, mimeType: Option[String]): Unit

Attributes

Definition Classes
Source
TrailDrawer.scala
def importDrawing(file: File): Unit

Attributes

Source
TrailDrawer.scala
override def importDrawingBase64(base64: String): Unit

Attributes

Definition Classes
Source
TrailDrawer.scala
def readImage(is: InputStream): Unit

Attributes

Source
TrailDrawer.scala

Attributes

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

Attributes

Source
TrailDrawer.scala

Inherited methods

def colors(): Array[Int]

Attributes

Inherited from:
TrailDrawerJ

Attributes

Inherited from:
TrailDrawerJ
def fontSize(): Int

Attributes

Inherited from:
TrailDrawerJ
def getDrawing(): <FromJavaObject>

Attributes

Inherited from:
TrailDrawerJ
def getHeight(): Int

Attributes

Inherited from:
TrailDrawerJ
def getWidth(): Int

Attributes

Inherited from:
TrailDrawerJ
def isBlank(): Boolean

Attributes

Inherited from:
TrailDrawerJ
def isDirty(): Boolean

Attributes

Inherited from:
TrailDrawerJ

Attributes

Inherited from:
TrailDrawerJ
def markClean(): Unit

Attributes

Inherited from:
TrailDrawerJ
def markDirty(): Unit

Attributes

Inherited from:
TrailDrawerJ
def patchSize(): Double

Attributes

Inherited from:
TrailDrawerJ

Attributes

Inherited from:
TrailDrawerJ
def readImage(x$0: BufferedImage): Unit

Attributes

Inherited from:
TrailDrawerJ

Attributes

Inherited from:
TrailDrawerJ
def sendPixels(x$0: Boolean): Unit

Attributes

Inherited from:
TrailDrawerJ

Attributes

Inherited from:
TrailDrawerJ
def setTopology(x$0: TopologyRenderer): Unit

Attributes

Inherited from:
TrailDrawerJ
def stamp(x$0: Agent, x$1: Boolean): Unit

Attributes

Inherited from:
TrailDrawerJ

Attributes

Inherited from:
TrailDrawerJ

Attributes

Inherited from:
TrailDrawerJ

Attributes

Inherited from:
TrailDrawerJ
def viewWidth(): Double

Attributes

Inherited from:
TrailDrawerJ

Inherited fields

var topology: TopologyRenderer

Attributes

Inherited from:
TrailDrawerJ