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(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static WebSettings.LayoutAlgorithm[] WebSettings.LayoutAlgorithm.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

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



Copyright © 2008-2012. All Rights Reserved.