Java com.google.gwt.corp.gfx.client.canvas CanvasElement fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.corp.gfx.client.canvas CanvasElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.corp.gfx.client.canvas CanvasElement.

The text is from its open source code.

Method

CanvasRenderingContext2DgetContext2D()
Gets the 2D rendering context that may be used to draw on this canvas.
intgetHeight()
Gets the height of the canvas.
StylegetStyle()
intgetWidth()
Gets the width of the canvas.
voidsetHeight(int height)
Sets the height of the canvas.
voidsetWidth(int width)
Sets the width of the canvas.