| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Class RosettaDiskFrontDescriptor | Properties | Methods | |
| Package | org.openzoom.flash.descriptors.rosettaproject |
| Class | public final class RosettaDiskFrontDescriptor |
| Inheritance | RosettaDiskFrontDescriptor org.openzoom.flash.descriptors.ImagePyramidDescriptorBase |
| Implements | IImagePyramidDescriptor |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| RosettaDiskFrontDescriptor | ||
|
Returns a copy of this object.
| RosettaDiskFrontDescriptor | ||
|
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.
| RosettaDiskFrontDescriptor | ||
|
getTileURL(level:int, column:int, row:int):String
Returns the URL of the tile specified by its level, column and row.
| RosettaDiskFrontDescriptor | ||
|
toString():String
| RosettaDiskFrontDescriptor | ||
| RosettaDiskFrontDescriptor | () | constructor |
public function RosettaDiskFrontDescriptor()Constructor.
| clone | () | method |
public function clone():IImagePyramidDescriptorReturns a copy of this object.
ReturnsIImagePyramidDescriptor |
| getLevelForSize | () | method |
public function getLevelForSize(width:Number, height:Number):IImagePyramidLevelReturns the minimum pyramid level that has a greater or equal size than specified by the arguments width and height.
Parameterswidth:Number |
|
height:Number |
IImagePyramidLevel |
| getTileURL | () | method |
public function getTileURL(level:int, column:int, row:int):StringReturns the URL of the tile specified by its level, column and row.
Parameterslevel:int |
|
column:int |
|
row:int |
String |
| toString | () | method |
public override function toString():StringReturns
String |