Canvas

oxygen.ui.web.PWidget.Canvas
See theCanvas companion object
final case class Canvas[-Env, +Action, -StateGet, +StateSet <: StateGet](draw: CanvasRenderingContext2D => Unit, children: Growable[PWidget[Env, Action, StateGet, StateSet]]) extends PWidget[Env, Action, StateGet, StateSet]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PWidget[Env, Action, StateGet, StateSet]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply[Env2 <: Env, Action2 >: Action, StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2](addChildren: PWidget[Env2, Action2, StateGet2, StateSet2]*): Canvas[Env2, Action2, StateGet2, StateSet2]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product