Packageorg.openzoom.flash.descriptors
Interfacepublic interface IMultiScaleImageDescriptor
SubinterfacesIImagePyramidDescriptor

Interface for describing a multiscale image.



Public Properties
 PropertyDefined by
  height : uint
[read-only] Returns the intrinsic height of the image in pixels.
IMultiScaleImageDescriptor
  sources : Array
[read-only] Returns an array of IImageSourceDescriptor objects.
IMultiScaleImageDescriptor
  width : uint
[read-only] Returns the intrinsic width of the image in pixels.
IMultiScaleImageDescriptor
Property detail
heightproperty
height:uint  [read-only]

Returns the intrinsic height of the image in pixels.

Implementation
    public function get height():uint
sourcesproperty 
sources:Array  [read-only]

Returns an array of IImageSourceDescriptor objects. Returns empty array in case there are no descriptors.

Implementation
    public function get sources():Array
widthproperty 
width:uint  [read-only]

Returns the intrinsic width of the image in pixels.

Implementation
    public function get width():uint