com.google.gwt.gadgets.client
Class GadgetAds.SupportedGoogleAdSenseAdFormats

java.lang.Object
  extended by com.google.gwt.gadgets.client.GadgetAds.SupportedGoogleAdSenseAdFormats
Enclosing class:
GadgetAds<T extends AdsUserPreferences>

public static final class GadgetAds.SupportedGoogleAdSenseAdFormats
extends java.lang.Object

This class contains the list of supported Google AdSense Ad Formats. See: AdSense ad size.


Field Summary
static int BANNER_HEIGHT
          Banner Adsense ad format height which is 60px.
static int BANNER_WIDTH
          Banner Adsense ad format width which is 468.
static int LARGE_RECTANGLE_HEIGHT
          Large Rectangle ad format height which is 280px.
static int LARGE_RECTANGLE_WIDTH
          Large Rectangle ad format width which is 336px.
static int LEADERBOARD_HEIGHT
          Leaderboard Adsense ad format height which is 90px.
static int LEADERBOARD_WIDTH
          Leaderboard Adsense ad format width which is 728px.
static int MEDIUM_RECTANGLE_HEIGHT
          Medium Rectangle ad format height which is 250px.
static int MEDIUM_RECTANGLE_WIDTH
          Medium Rectangle ad format width which is 300px.
static int SKYSCRAPER_HEIGHT
          Skyscraper ad format height which is 600px.
static int SKYSCRAPER_WIDTH
          Skyscraper ad format height width is 120px.
static int SMALL_SQUARE_HEIGHT
          Small Square Adsense ad format height which is 200px.
static int SMALL_SQUARE_WIDTH
          Small Square Adsense ad format width which is 200px.
static int SQUARE_HEIGHT
          Square Adsense ad format height which is 250px.
static int SQUARE_WIDTH
          Square Adsense ad format width which is 250px.
static int WIDE_SKYSCRAPER_HEIGHT
          Wide Skyscraper ad format height which is 600px.
static int WIDE_SKYSCRAPER_WIDTH
          Wide Skyscraper ad format width which is 160px.
 
Constructor Summary
GadgetAds.SupportedGoogleAdSenseAdFormats()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANNER_HEIGHT

public static final int BANNER_HEIGHT
Banner Adsense ad format height which is 60px.

See Also:
Constant Field Values

BANNER_WIDTH

public static final int BANNER_WIDTH
Banner Adsense ad format width which is 468.

See Also:
Constant Field Values

LARGE_RECTANGLE_HEIGHT

public static final int LARGE_RECTANGLE_HEIGHT
Large Rectangle ad format height which is 280px.

See Also:
Constant Field Values

LARGE_RECTANGLE_WIDTH

public static final int LARGE_RECTANGLE_WIDTH
Large Rectangle ad format width which is 336px.

See Also:
Constant Field Values

LEADERBOARD_HEIGHT

public static final int LEADERBOARD_HEIGHT
Leaderboard Adsense ad format height which is 90px.

See Also:
Constant Field Values

LEADERBOARD_WIDTH

public static final int LEADERBOARD_WIDTH
Leaderboard Adsense ad format width which is 728px.

See Also:
Constant Field Values

MEDIUM_RECTANGLE_HEIGHT

public static final int MEDIUM_RECTANGLE_HEIGHT
Medium Rectangle ad format height which is 250px.

See Also:
Constant Field Values

MEDIUM_RECTANGLE_WIDTH

public static final int MEDIUM_RECTANGLE_WIDTH
Medium Rectangle ad format width which is 300px.

See Also:
Constant Field Values

SKYSCRAPER_HEIGHT

public static final int SKYSCRAPER_HEIGHT
Skyscraper ad format height which is 600px.

See Also:
Constant Field Values

SKYSCRAPER_WIDTH

public static final int SKYSCRAPER_WIDTH
Skyscraper ad format height width is 120px.

See Also:
Constant Field Values

SMALL_SQUARE_HEIGHT

public static final int SMALL_SQUARE_HEIGHT
Small Square Adsense ad format height which is 200px.

See Also:
Constant Field Values

SMALL_SQUARE_WIDTH

public static final int SMALL_SQUARE_WIDTH
Small Square Adsense ad format width which is 200px.

See Also:
Constant Field Values

SQUARE_HEIGHT

public static final int SQUARE_HEIGHT
Square Adsense ad format height which is 250px.

See Also:
Constant Field Values

SQUARE_WIDTH

public static final int SQUARE_WIDTH
Square Adsense ad format width which is 250px.

See Also:
Constant Field Values

WIDE_SKYSCRAPER_HEIGHT

public static final int WIDE_SKYSCRAPER_HEIGHT
Wide Skyscraper ad format height which is 600px.

See Also:
Constant Field Values

WIDE_SKYSCRAPER_WIDTH

public static final int WIDE_SKYSCRAPER_WIDTH
Wide Skyscraper ad format width which is 160px.

See Also:
Constant Field Values
Constructor Detail

GadgetAds.SupportedGoogleAdSenseAdFormats

public GadgetAds.SupportedGoogleAdSenseAdFormats()