Packageorg.openzoom.flash.descriptors
Interfacepublic interface IImageSourceDescriptor
ImplementorsImageSourceDescriptor

Interface for a descriptor of an image source.



Public Properties
 PropertyDefined by
  height : uint
[read-only] Intrinsic height of the image source in pixels.
IImageSourceDescriptor
  type : String
[read-only] Mime-type of the image source.
IImageSourceDescriptor
  url : String
[read-only] Absolute URL to the image source.
IImageSourceDescriptor
  width : uint
[read-only] Intrinsic width of the image source in pixels.
IImageSourceDescriptor
Public Methods
 MethodDefined by
  
Returns a copy of this object.
IImageSourceDescriptor
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
Method detail
clone()method
public function clone():IImageSourceDescriptor

Returns a copy of this object.

Returns
IImageSourceDescriptor