Package | Description |
---|---|
com.google.gwt.dom.builder.client |
Classes used to build DOM elements.
|
com.google.gwt.dom.builder.shared |
Classes used to build DOM elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DomCanvasBuilder
DOM-based implementation of
CanvasBuilder . |
Modifier and Type | Method and Description |
---|---|
CanvasBuilder |
DomCanvasBuilder.height(int height) |
CanvasBuilder |
DomElementBuilderBase.startCanvas() |
CanvasBuilder |
DomCanvasBuilder.width(int width) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlCanvasBuilder
HTML-based implementation of
CanvasBuilder . |
Modifier and Type | Method and Description |
---|---|
abstract CanvasBuilder |
ElementBuilderFactory.createCanvasBuilder() |
CanvasBuilder |
HtmlCanvasBuilder.height(int height) |
CanvasBuilder |
CanvasBuilder.height(int height)
Sets the height of the canvas.
|
CanvasBuilder |
HtmlElementBuilderBase.startCanvas() |
CanvasBuilder |
ElementBuilderBase.startCanvas()
Append a canvas element.
|
CanvasBuilder |
HtmlCanvasBuilder.width(int width) |
CanvasBuilder |
CanvasBuilder.width(int width)
Sets the width of the canvas.
|