Packageorg.openzoom.flash.descriptors.openzoom
Classpublic final class OpenZoomDescriptor
InheritanceOpenZoomDescriptor Inheritance org.openzoom.flash.descriptors.ImagePyramidDescriptorBase
ImplementsIImagePyramidDescriptor

OpenZoom Descriptor. http://openzoom.org/specs/



Public Properties
 PropertyDefined by
  sources : Array
[read-only]
OpenZoomDescriptor
Public Methods
 MethodDefined by
  
OpenZoomDescriptor(uri:String, data:XML)
Constructor.
OpenZoomDescriptor
  
Returns a copy of this object.
OpenZoomDescriptor
  
getLevelForSize(width:Number, height:Number):IImagePyramidLevel
Returns the minimum pyramid level that has a greater or equal size than specified by the arguments width and height.
OpenZoomDescriptor
  
getTileURL(level:int, column:int, row:int):String
Returns the URL of the tile specified by its level, column and row.
OpenZoomDescriptor
  
toString():String
OpenZoomDescriptor
Property detail
sourcesproperty
sources:Array  [read-only]

Implementation
    public function get sources():Array
Constructor detail
OpenZoomDescriptor()constructor
public function OpenZoomDescriptor(uri:String, data:XML)

Constructor.

Parameters
uri:String
 
data:XML
Method detail
clone()method
public function clone():IImagePyramidDescriptor

Returns a copy of this object.

Returns
IImagePyramidDescriptor
getLevelForSize()method 
public function getLevelForSize(width:Number, height:Number):IImagePyramidLevel

Returns the minimum pyramid level that has a greater or equal size than specified by the arguments width and height.

Parameters
width:Number
 
height:Number

Returns
IImagePyramidLevel
getTileURL()method 
public function getTileURL(level:int, column:int, row:int):String

Returns the URL of the tile specified by its level, column and row.

Parameters
level:int
 
column:int
 
row:int

Returns
String
toString()method 
public override function toString():String

Returns
String