Pen

org.nlogo.core.Pen
case class Pen(display: String, interval: Double, mode: Int, color: Int, inLegend: Boolean, setupCode: String, updateCode: String)

Attributes

Source
Plot.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def convertSource(conversion: String => String): Pen

Attributes

Source
Plot.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product