| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Class GigaPanDescriptor | Properties | Methods | |
| Package | org.openzoom.flash.descriptors.gigapan |
| Class | public final class GigaPanDescriptor |
| Inheritance | GigaPanDescriptor org.openzoom.flash.descriptors.ImagePyramidDescriptorBase |
| Implements | IImagePyramidDescriptor |
| Method | Defined by | ||
|---|---|---|---|
|
GigaPanDescriptor(source:String, width:uint, height:uint)
Constructor.
| GigaPanDescriptor | ||
|
Returns a copy of this object.
| GigaPanDescriptor | ||
|
fromID(id:uint, width:uint, height:uint):GigaPanDescriptor
[static]
Constructor.
| GigaPanDescriptor | ||
|
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.
| GigaPanDescriptor | ||
|
getTileURL(level:int, column:int, row:int):String
Returns the URL of the tile specified by its level, column and row.
| GigaPanDescriptor | ||
|
toString():String
| GigaPanDescriptor | ||
| GigaPanDescriptor | () | constructor |
public function GigaPanDescriptor(source:String, width:uint, height:uint)Constructor.
Parameterssource:String |
|
width:uint |
|
height:uint |
| clone | () | method |
public function clone():IImagePyramidDescriptorReturns a copy of this object.
ReturnsIImagePyramidDescriptor |
| fromID | () | method |
public static function fromID(id:uint, width:uint, height:uint):GigaPanDescriptorConstructor.
Parametersid:uint |
|
width:uint |
|
height:uint |
GigaPanDescriptor |
| 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 |