PlotAction

org.nlogo.api.PlotAction
See thePlotAction companion trait
object PlotAction

Attributes

Companion
trait
Source
PlotAction.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
PlotAction.type

Members list

Type members

Classlikes

case class AutoPlot(plotName: String, on: Boolean) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class AutoPlotX(plotName: String, on: Boolean) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class AutoPlotY(plotName: String, on: Boolean) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class ClearPlot(plotName: String) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class CreateTemporaryPen(plotName: String, penName: String) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class HardResetPen(plotName: String, penName: String) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class HidePen(plotName: String, penName: String, hidden: Boolean) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class PenDown(plotName: String, penName: String, down: Boolean) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class PlotXY(plotName: String, penName: String, x: Double, y: Double) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class PlotY(plotName: String, penName: String, y: Double) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class SetPenColor(plotName: String, penName: String, color: Int) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class SetPenInterval(plotName: String, penName: String, interval: Double) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class SetPenMode(plotName: String, penName: String, mode: Int) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class SetRange(plotName: String, isX: Boolean, min: Double, max: Double) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all
case class SoftResetPen(plotName: String, penName: String) extends PlotAction

Attributes

Source
PlotAction.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PlotAction
trait Action
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala