PixelWindow

introprog.PixelWindow
See thePixelWindow companion class
object PixelWindow

A module with utilities for event handling in PixelWindow instances.

Attributes

Companion
class
Source
PixelWindow.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Event

An object with integers representing events that can happen in a PixelWindow.

An object with integers representing events that can happen in a PixelWindow.

Attributes

Source
PixelWindow.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Event.type

Value members

Concrete methods

def delay(millis: Long): Unit

Idle waiting for millis milliseconds.

Idle waiting for millis milliseconds.

Attributes

Source
PixelWindow.scala
def exit(): Unit

Immediately exit running application, close all windows, kills all threads.

Immediately exit running application, close all windows, kills all threads.

Attributes

Source
PixelWindow.scala