|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.adsense.AdFormat
public class AdFormat
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 |
---|
public static final AdFormat BANNER
public static final AdFormat BUTTON
public static final AdFormat HALF_BANNER
public static final AdFormat LARGE_RECTANGLE
public static final AdFormat LEADERBOARD
public static final AdFormat MEDIUM_RECTANGLE
public static final AdFormat SKYSCRAPER
public static final AdFormat SMALL_RECTANGLE
public static final AdFormat SMALL_SQUARE
public static final AdFormat SQUARE
public static final AdFormat VERTICAL_BANNER
public static final AdFormat WIDE_SKYSCRAPER
Constructor Detail |
---|
protected AdFormat()
Method Detail |
---|
public static final AdFormat fromValue(java.lang.String value)
public final java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |