Packageorg.openzoom.flash.descriptors.rosettaproject
Classpublic final class RosettaDiskBackDescriptor
InheritanceRosettaDiskBackDescriptor Inheritance org.openzoom.flash.descriptors.ImagePyramidDescriptorBase
ImplementsIImagePyramidDescriptor

The Rosetta Project descriptor. For educational purposes only. Please respect the project's copyright.



Public Methods
 MethodDefined by
  
Constructor.
RosettaDiskBackDescriptor
  
Returns a copy of this object.
RosettaDiskBackDescriptor
  
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.
RosettaDiskBackDescriptor
  
getTileURL(level:int, column:int, row:int):String
Returns the URL of the tile specified by its level, column and row.
RosettaDiskBackDescriptor
  
toString():String
RosettaDiskBackDescriptor
Constructor detail
RosettaDiskBackDescriptor()constructor
public function RosettaDiskBackDescriptor()

Constructor.

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