Uses of Class
android.webkit.WebSettings.LayoutAlgorithm

Packages that use WebSettings.LayoutAlgorithm
android.webkit   
 

Uses of WebSettings.LayoutAlgorithm in android.webkit
 

Methods in android.webkit that return WebSettings.LayoutAlgorithm
 WebSettings.LayoutAlgorithm WebSettings.getLayoutAlgorithm()
           
static WebSettings.LayoutAlgorithm WebSettings.LayoutAlgorithm.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WebSettings.LayoutAlgorithm[] WebSettings.LayoutAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in android.webkit with parameters of type WebSettings.LayoutAlgorithm
 void WebSettings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm l)
           
 



Copyright © 2008-2010. All Rights Reserved.