PlotListener

org.nlogo.plot.PlotListener
trait PlotListener

Attributes

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

Members list

Value members

Abstract methods

def autoPlotX(flag: Boolean): Unit

Attributes

Source
PlotListener.scala
def autoPlotY(flag: Boolean): Unit

Attributes

Source
PlotListener.scala
def clear(): Unit

Attributes

Source
PlotListener.scala
def clearAll(): Unit

Attributes

Source
PlotListener.scala
def currentPen(penName: String): Unit

Attributes

Source
PlotListener.scala
def defaultAutoPlotX(defaultAutoPlotX: Boolean): Unit

Attributes

Source
PlotListener.scala
def defaultAutoPlotY(defaultAutoPlotY: Boolean): Unit

Attributes

Source
PlotListener.scala
def defaultXMax(defaultXMax: Double): Unit

Attributes

Source
PlotListener.scala
def defaultXMin(defaultXMin: Double): Unit

Attributes

Source
PlotListener.scala
def defaultYMax(defaultYMax: Double): Unit

Attributes

Source
PlotListener.scala
def defaultYMin(defaultYMin: Double): Unit

Attributes

Source
PlotListener.scala
def penDown(flag: Boolean): Unit

Attributes

Source
PlotListener.scala
def plot(x: Double, y: Double): Unit

Attributes

Source
PlotListener.scala
def plotPenMode(plotPenMode: Int): Unit

Attributes

Source
PlotListener.scala
def resetPen(hardReset: Boolean): Unit

Attributes

Source
PlotListener.scala

Attributes

Source
PlotListener.scala
def setInterval(interval: Double): Unit

Attributes

Source
PlotListener.scala
def setPenColor(color: Int): Unit

Attributes

Source
PlotListener.scala
def xMax(max: Double): Unit

Attributes

Source
PlotListener.scala
def xMin(min: Double): Unit

Attributes

Source
PlotListener.scala
def xRange(min: Double, max: Double): Unit

Attributes

Source
PlotListener.scala
def yMax(max: Double): Unit

Attributes

Source
PlotListener.scala
def yMin(min: Double): Unit

Attributes

Source
PlotListener.scala
def yRange(min: Double, max: Double): Unit

Attributes

Source
PlotListener.scala