| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Class ImagePyramidLevel | Properties | Methods | |
| Package | org.openzoom.flash.descriptors |
| Class | public final class ImagePyramidLevel |
| Inheritance | ImagePyramidLevel org.openzoom.flash.descriptors.ImagePyramidLevelBase |
| Implements | IImagePyramidLevel |
| Method | Defined by | ||
|---|---|---|---|
|
ImagePyramidLevel(descriptor:IImagePyramidDescriptor, index:int, width:uint, height:uint, numColumns:int, numRows:int)
Constructor.
| ImagePyramidLevel | ||
|
Returns a copy of this object.
| ImagePyramidLevel | ||
|
getTileBounds(column:int, row:int):Rectangle
Returns the bounds of the specified tile.
| ImagePyramidLevel | ||
|
getTileURL(column:int, row:int):String
Returns the URL of the tile at the specified position.
| ImagePyramidLevel | ||
|
toString():String
| ImagePyramidLevel | ||
| ImagePyramidLevel | () | constructor |
public function ImagePyramidLevel(descriptor:IImagePyramidDescriptor, index:int, width:uint, height:uint, numColumns:int, numRows:int)Constructor.
Parametersdescriptor:IImagePyramidDescriptor |
|
index:int |
|
width:uint |
|
height:uint |
|
numColumns:int |
|
numRows:int |
| clone | () | method |
public function clone():IImagePyramidLevelReturns a copy of this object.
ReturnsIImagePyramidLevel |
| getTileBounds | () | method |
public function getTileBounds(column:int, row:int):RectangleReturns the bounds of the specified tile.
Parameterscolumn:int |
|
row:int |
Rectangle |
| getTileURL | () | method |
public function getTileURL(column:int, row:int):StringReturns the URL of the tile at the specified position.
Parameterscolumn:int |
|
row:int |
String |
| toString | () | method |
public override function toString():StringReturns
String |