| Module: | libdom | Package: | org.milescript.canvas | Parent: | HTMLElement | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |
org.milescript.canvas.HTMLCanvas
Inheritance : Object : HTMLElement
Constructors
| Signature |
| public HTMLCanvas() |
Methods
| Name | Signature |
| getContext | Context2D getContext(String contextId) |
| toDataUrl | String toDataUrl() |
| toDataUrl | String toDataUrl(String type) |
Properties
| Name | Type | Comment | |
| height |
| ||
| width |
|
Constructors
|
public HTMLCanvas() |
Methods
|
getContext Context2D getContext(String contextId)
Parameters
|
||||||||||
|
toDataUrl String toDataUrl()
|
||||
|
toDataUrl String toDataUrl(String type)
Parameters
|
||||||||||
| Module: | libdom | Package: | org.milescript.canvas | Parent: | HTMLElement | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |