Packageorg.openzoom.flash.descriptors
Classpublic final class ImageSourceDescriptor
ImplementsIImageSourceDescriptor

Basic implementation of the IImageSourceDescriptor interface.



Public Properties
 PropertyDefined by
  height : uint
[read-only] Intrinsic height of the image source in pixels.
ImageSourceDescriptor
  type : String
[read-only] Mime-type of the image source.
ImageSourceDescriptor
  url : String
[read-only] Absolute URL to the image source.
ImageSourceDescriptor
  width : uint
[read-only] Intrinsic width of the image source in pixels.
ImageSourceDescriptor
Public Methods
 MethodDefined by
  
ImageSourceDescriptor(url:String, width:uint, height:uint, type:String)
Constructor.
ImageSourceDescriptor
  
Returns a copy of this object.
ImageSourceDescriptor
Property detail
heightproperty
height:uint  [read-only]

Intrinsic height of the image source in pixels.

Implementation
    public function get height():uint
typeproperty 
type:String  [read-only]

Mime-type of the image source.

Implementation
    public function get type():String
urlproperty 
url:String  [read-only]

Absolute URL to the image source.

Implementation
    public function get url():String
widthproperty 
width:uint  [read-only]

Intrinsic width of the image source in pixels.

Implementation
    public function get width():uint
Constructor detail
ImageSourceDescriptor()constructor
public function ImageSourceDescriptor(url:String, width:uint, height:uint, type:String)

Constructor.

Parameters
url:String
 
width:uint
 
height:uint
 
type:String
Method detail
clone()method
public function clone():IImageSourceDescriptor

Returns a copy of this object.

Returns
IImageSourceDescriptor