API Documentation | All Packages | All Classes | Index | Frames | ![]() |
Interface IImagePyramidLevel | Properties | Methods | |
Package | org.openzoom.flash.descriptors |
Interface | public interface IImagePyramidLevel |
Implementors | ImagePyramidLevel |
Property | Defined by | ||
---|---|---|---|
height : uint [read-only]
Returns the height of this level in pixels.
| IImagePyramidLevel | ||
index : int [read-only]
Returns the index of this level which is in the range [0, numLevels)
| IImagePyramidLevel | ||
numColumns : int [read-only]
Returns the number of columns of tiles for this level.
| IImagePyramidLevel | ||
numRows : int [read-only]
Returns the number of rows of tiles for this level.
| IImagePyramidLevel | ||
width : uint [read-only]
Returns the width of this level in pixels.
| IImagePyramidLevel |
Method | Defined by | ||
---|---|---|---|
Returns a copy of this object.
| IImagePyramidLevel | ||
getTileBounds(column:int, row:int):Rectangle
Returns the bounds of the specified tile.
| IImagePyramidLevel | ||
getTileURL(column:int, row:int):String
Returns the URL of the tile at the specified position.
| IImagePyramidLevel |
height | property |
height:uint
[read-only]Returns the height of this level in pixels.
Implementation public function get height():uint
index | property |
index:int
[read-only]Returns the index of this level which is in the range [0, numLevels)
Implementation public function get index():int
numColumns | property |
numColumns:int
[read-only]Returns the number of columns of tiles for this level.
Implementation public function get numColumns():int
numRows | property |
numRows:int
[read-only]Returns the number of rows of tiles for this level.
Implementation public function get numRows():int
width | property |
width:uint
[read-only]Returns the width of this level in pixels.
Implementation public function get width():uint
clone | () | method |
public function clone():IImagePyramidLevel
Returns a copy of this object.
ReturnsIImagePyramidLevel |
getTileBounds | () | method |
public function getTileBounds(column:int, row:int):Rectangle
Returns the bounds of the specified tile.
Parameterscolumn:int |
|
row:int |
Rectangle |
getTileURL | () | method |
public function getTileURL(column:int, row:int):String
Returns the URL of the tile at the specified position.
Parameterscolumn:int |
|
row:int |
String |