| Package | com.yahoo.webapis.search |
| Class | public class Thumbnail |
| Property | Defined by | ||
|---|---|---|---|
| height : Number
The height of the Thumbnail in pixels.
| Thumbnail | ||
| url : String
The url to the Thumbnail.
| Thumbnail | ||
| width : Number
The width of the Thumbnail in pixels.
| Thumbnail | ||
| Method | Defined by | ||
|---|---|---|---|
|
Thumbnail(url:String = null)
Construct a new Thumbnail instance.
| Thumbnail | ||
| height | property |
height:Number [read-write]The height of the Thumbnail in pixels.
This property can be used as the source for data binding.
Implementation public function get height():Number
public function set height(value:Number):void
| url | property |
url:String [read-write]The url to the Thumbnail.
This property can be used as the source for data binding.
Implementation public function get url():String
public function set url(value:String):void
| width | property |
width:Number [read-write]The width of the Thumbnail in pixels.
This property can be used as the source for data binding.
Implementation public function get width():Number
public function set width(value:Number):void
| Thumbnail | () | constructor |
public function Thumbnail(url:String = null)Construct a new Thumbnail instance.
Parametersurl:String (default = null) |