English | Site Directory

Android - An Open Handset Alliance Project

android.webkit
public static final enum

android.webkit.WebSettings.LayoutAlgorithm

java.lang.Object
java.lang.Enum Serializable Comparable
android.webkit.WebSettings.LayoutAlgorithm

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

Enum Values

LayoutAlgorithm  NARROW_COLUMNS   
LayoutAlgorithm  NORMAL   
LayoutAlgorithm  SINGLE_COLUMN   

Public Methods

      static  LayoutAlgorithm  valueOf(String name)
    final  static  LayoutAlgorithm[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final LayoutAlgorithm NARROW_COLUMNS

public static final LayoutAlgorithm NORMAL

public static final LayoutAlgorithm SINGLE_COLUMN

Public Methods

public static LayoutAlgorithm valueOf(String name)

public static final LayoutAlgorithm[] values()

Build m5-rc15i - 10 Jun 2008 13:54