ButtonType

org.nlogo.window.ButtonWidget.ButtonType
See theButtonType companion object
case class ButtonType(name: String, agentKind: AgentKind, img: Option[ImageIcon], darkImg: Option[ImageIcon])

Attributes

Companion
object
Source
ButtonWidget.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def img(dark: Boolean): Option[ImageIcon]

Attributes

Source
ButtonWidget.scala
def toHeaderCode: String

Attributes

Source
ButtonWidget.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product