Package | Description |
---|---|
com.google.gwt.maps.client.adsense |
Modifier and Type | Method and Description |
---|---|
static AdFormat |
AdFormat.fromValue(String value) |
AdFormat |
AdUnitWidget.getFormat()
Returns the format in use by this AdUnit.
|
AdFormat |
AdUnitOptions.getFormat()
The Format of the AdUnit.
|
AdFormat |
AdUnitImpl.getFormat()
Returns the format in use by this AdUnit.
|
static AdFormat |
AdFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdFormat[] |
AdFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AdUnitWidget.setFormat(AdFormat format)
Specifies the display format for this AdUnit.
|
void |
AdUnitOptions.setFormat(AdFormat format)
the Format of the AdUnit.
|
void |
AdUnitImpl.setFormat(AdFormat format)
Specifies the display format for this AdUnit.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.