Output

org.nlogo.core.Output
case class Output(x: Int, y: Int, width: Int, height: Int, fontSize: Int) extends Widget

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
Widget.scala

Inherited methods

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

convertSource applies the given conversion to all code found in the widget.

convertSource applies the given conversion to all code found in the widget.

Attributes

Inherited from:
Widget
Source
Widget.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product