Module:libdomPackage:org.milescript.canvasParent:HTMLElementGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)

org.milescript.canvas.HTMLCanvas

Inheritance : Object : HTMLElement

Constructors

Signature
public HTMLCanvas()

Methods

NameSignature
getContextContext2D getContext(String contextId)
toDataUrlString toDataUrl()
toDataUrlString toDataUrl(String type)

Properties

NameTypeComment
height
core.Literal
width
core.Literal

Constructors

public HTMLCanvas()


Methods

getContext

Context2D getContext(String contextId)

Returns
org.milescript.canvas.Context2D

Parameters

NameTypeDescription
contextIdcore.String

toDataUrl

String toDataUrl()

Returns
core.String

toDataUrl

String toDataUrl(String type)

Returns
core.String

Parameters

NameTypeDescription
typecore.String

Module:libdomPackage:org.milescript.canvasParent:HTMLElementGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)