Packagecom.yahoo.webapis.search
Classpublic class Thumbnail

Thumbnail is a Value Object for the Search API.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Thumbnail(url:String = null)
Construct a new Thumbnail instance.
Thumbnail
Property detail
heightproperty
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
urlproperty 
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
widthproperty 
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
Constructor detail
Thumbnail()constructor
public function Thumbnail(url:String = null)

Construct a new Thumbnail instance.

Parameters
url:String (default = null)