com.google.maps.gwt.client.adsense
Class AdFormat

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.adsense.AdFormat

public class AdFormat
extends JavaScriptObject

Identifiers used to specify an AdSense For Content format. See https://google.com/adsense/adformats. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static AdFormat BANNER
          A horizontal "banner" ad.
static AdFormat BUTTON
          A small ad.
static AdFormat HALF_BANNER
          A smaller horizontal "banner" ad.
static AdFormat LARGE_RECTANGLE
          A large rectangulare ad.
static AdFormat LEADERBOARD
          A fully horizontal display area.
static AdFormat MEDIUM_RECTANGLE
          A medium rectangular ad.
static AdFormat SKYSCRAPER
          A large vertical ad.
static AdFormat SMALL_RECTANGLE
          A small rectangular ad.
static AdFormat SMALL_SQUARE
          A smaller square ad.
static AdFormat SQUARE
          A square ad with large type.
static AdFormat VERTICAL_BANNER
          A medium-sized vertical ad.
static AdFormat WIDE_SKYSCRAPER
          A wide, vertical ad using larger type.
 
Constructor Summary
protected AdFormat()
          Protected constructor avoids default public constructor.
 
Method Summary
static AdFormat fromValue(java.lang.String value)
          Access the enum instance using the underlying value of the type.
 java.lang.String getValue()
          Access the underlying value of the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANNER

public static final AdFormat BANNER
A horizontal "banner" ad. (468x60px)


BUTTON

public static final AdFormat BUTTON
A small ad. (125x125px)


HALF_BANNER

public static final AdFormat HALF_BANNER
A smaller horizontal "banner" ad. (234x60px)


LARGE_RECTANGLE

public static final AdFormat LARGE_RECTANGLE
A large rectangulare ad. (336x280px)


LEADERBOARD

public static final AdFormat LEADERBOARD
A fully horizontal display area. (728x90px)


MEDIUM_RECTANGLE

public static final AdFormat MEDIUM_RECTANGLE
A medium rectangular ad. (300x250px)


SKYSCRAPER

public static final AdFormat SKYSCRAPER
A large vertical ad. (120x600px)


SMALL_RECTANGLE

public static final AdFormat SMALL_RECTANGLE
A small rectangular ad. (180x150px)


SMALL_SQUARE

public static final AdFormat SMALL_SQUARE
A smaller square ad. (200x200px)


SQUARE

public static final AdFormat SQUARE
A square ad with large type. (250x250px)


VERTICAL_BANNER

public static final AdFormat VERTICAL_BANNER
A medium-sized vertical ad. (120x240px)


WIDE_SKYSCRAPER

public static final AdFormat WIDE_SKYSCRAPER
A wide, vertical ad using larger type. (160x600px)

Constructor Detail

AdFormat

protected AdFormat()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final AdFormat fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type.


getValue

public final java.lang.String getValue()
Access the underlying value of the type.