ColorScheme

blockudoku.views.gui.ColorScheme
object ColorScheme extends Observable

Attributes

Graph
Supertypes
trait Observable
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def getColor(index: Int): String
def setColorScheme(index: Int): Unit

Inherited methods

def addObserver(observer: Observer): Unit

Adds an observer to the list of observers.

Adds an observer to the list of observers.

Value parameters

observer

The observer to add.

Attributes

Inherited from:
Observable
def notifyObservers(): Unit

Invokes the update method of all observers.

Invokes the update method of all observers.

Attributes

Inherited from:
Observable

Concrete fields

var current: List[String]