Most visited

Recently visited

Added in API level 1

WebSettings.LayoutAlgorithm

public static final enum WebSettings.LayoutAlgorithm
extends Enum<WebSettings.LayoutAlgorithm>

java.lang.Object
   ↳ java.lang.Enum<android.webkit.WebSettings.LayoutAlgorithm>
     ↳ android.webkit.WebSettings.LayoutAlgorithm


Enum for controlling the layout of html.

Summary

Enum values

WebSettings.LayoutAlgorithm  NARROW_COLUMNS

This field is deprecated. This algorithm is now obsolete.  

WebSettings.LayoutAlgorithm  NORMAL

 

WebSettings.LayoutAlgorithm  SINGLE_COLUMN

This field is deprecated. This algorithm is now obsolete.  

WebSettings.LayoutAlgorithm  TEXT_AUTOSIZING

 

Public methods

static WebSettings.LayoutAlgorithm valueOf(String name)
static final LayoutAlgorithm[] values()

Inherited methods

From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum values

NARROW_COLUMNS

Added in API level 1
WebSettings.LayoutAlgorithm NARROW_COLUMNS

This field is deprecated.
This algorithm is now obsolete.

NORMAL

Added in API level 1
WebSettings.LayoutAlgorithm NORMAL

SINGLE_COLUMN

Added in API level 1
WebSettings.LayoutAlgorithm SINGLE_COLUMN

This field is deprecated.
This algorithm is now obsolete.

TEXT_AUTOSIZING

Added in API level 19
WebSettings.LayoutAlgorithm TEXT_AUTOSIZING

Public methods

valueOf

Added in API level 1
WebSettings.LayoutAlgorithm valueOf (String name)

Parameters
name String
Returns
WebSettings.LayoutAlgorithm

values

Added in API level 1
LayoutAlgorithm[] values ()

Returns
LayoutAlgorithm[]

Hooray!