public static final enum

WebSettings.LayoutAlgorithm

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

Class Overview

Enum for controlling the layout of html. NORMAL means no rendering changes. SINGLE_COLUMN moves all content into one column that is the width of the view. NARROW_COLUMNS makes all columns no wider than the screen if possible.

Summary

Public Methods
static WebSettings.LayoutAlgorithm valueOf(String name)
final static LayoutAlgorithm[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Public Methods

public static WebSettings.LayoutAlgorithm valueOf (String name)

Since: API Level 1

public static final LayoutAlgorithm[] values ()

Since: API Level 1