GWT 2.7.0

Uses of Class
com.google.gwt.canvas.dom.client.TextMetrics

Packages that use TextMetrics
com.google.gwt.canvas.dom.client Classes for HTML Canvas 2D support. 
 

Uses of TextMetrics in com.google.gwt.canvas.dom.client
 

Methods in com.google.gwt.canvas.dom.client that return TextMetrics
 TextMetrics Context2d.measureText(java.lang.String text)
          Returns the metrics for the given text.
 


GWT 2.7.0