Package org.gwtwidgets.client.ui.canvas.impl

Class Summary
BitmapFontImpl A BitmapFontImpl object encapsulates a font and knows how to draw text on a canvas.
CanvasBackedBitmapFontImpl At the time of this writing, Firefox and Opera exhibit low performance when painting images as they apparently store them in a packed format according to this blog entry.
CanvasFactory Factory for canvas instances.
FFCanvasFactory Factory for the default canvas implementation.
FFCanvasImpl Canvas implementation for Firefox, Safari, Opera and all browsers that support the <canvas> element.
IECanvasFactory Font Factory for Internet Explorer that returns IECanvasImpl and BitmapFontImpl instances.
IECanvasImpl Implementation of canvas for Internet Explorer 6.0+ based on VML.
IECanvasStringImpl Implementation of canvas for Internet Explorer 6.0+ based on VML.
SafariCanvasFactory Factory for Safari's canvas implementation.
StringArray Concatenates values and returns a comma separated list.
Utils Support functions for canvas
 



Copyright © 2009. All Rights Reserved.