Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.CANVAS |
Html5._canvas()
Build element
<canvas> . |
default Html5.CANVAS |
Html5._canvas(Object... children)
Build element
<canvas> with children. |
default Html5.CANVAS |
Html5._canvas(Runnable code)
Build element
<canvas> ; with it as the context parent, run `code`. |
Html5.CANVAS |
Html5.CANVAS.height(int value)
Set attribute
height="{value}" . |
Html5.CANVAS |
Html5.CANVAS.width(int value)
Set attribute
width="{value}" . |