Controller

semagrams.Controller

Controllers manage global state. They have an apply method which hooks them up to whatever they need in the EditorState, and also adds the right hooks to the main element.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def apply(es: EditorState, elt: SvgElement): Unit