ostrat.pSJs

package ostrat.pSJs

Members list

Concise view

Type members

Classlikes

class CanvWebGl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object CanvasJs extends CanvasTopLeft

An implementation of CanvasPlatform for Scala.js using Web canvas.

An implementation of CanvasPlatform for Scala.js using Web canvas.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class GlRect(x: Double, y: Double, width: Double, height: Double, colour: Colour)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class GlVert(x: Double, y: Double, colour: Colour)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
implicit class ImpHtmlNode(thisNode: Node)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
implicit class ImpJsDynamic(a: Any)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class VMain(mems: Seq[Any])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def createButton(str: String, e: MouseEvent => Unit): Button
def createInternalStyle(cssString: String): Style
def createSpan: Span
def createStyle(cssString: String): Style

Implicits

Implicits

final implicit def ImpHtmlNode(thisNode: Node): ImpHtmlNode
final implicit def ImpJsDynamic(a: Any): ImpJsDynamic