ostrat.pSJs

package ostrat.pSJs

Members list

Type members

Classlikes

class CanvWebGl

Attributes

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

Supertypes
trait RectCenlign
trait WithCentre
class Object
trait Matchable
class Any
Show all
Self type
CanvasJs.type
case class GlRect(x: Double, y: Double, width: Double, height: Double, colour: Colour)

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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