| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Class ZoomifyDescriptor | Properties | Methods | |
| Package | org.openzoom.flash.descriptors.zoomify |
| Class | public class ZoomifyDescriptor |
| Inheritance | ZoomifyDescriptor org.openzoom.flash.descriptors.ImagePyramidDescriptorBase |
| Implements | IImagePyramidDescriptor |
| Property | Defined by | ||
|---|---|---|---|
| tileSize : uint [read-only]
Returns the size of a single tile of the image pyramid in pixels.
| ZoomifyDescriptor | ||
| Method | Defined by | ||
|---|---|---|---|
|
ZoomifyDescriptor(source:String, width:uint, height:uint, tileSize:uint = 256)
Constructor.
| ZoomifyDescriptor | ||
|
Returns a copy of this object.
| ZoomifyDescriptor | ||
|
fromXML(source:String, xml:XML):ZoomifyDescriptor
[static]
Create descriptor from XML.
| ZoomifyDescriptor | ||
|
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.
| ZoomifyDescriptor | ||
|
getTileURL(level:int, column:int, row:int):String
Returns the URL of the tile specified by its level, column and row.
| ZoomifyDescriptor | ||
|
toString():String
| ZoomifyDescriptor | ||
| tileSize | property |
tileSize:uint [read-only]Returns the size of a single tile of the image pyramid in pixels.
Implementation public function get tileSize():uint
| ZoomifyDescriptor | () | constructor |
public function ZoomifyDescriptor(source:String, width:uint, height:uint, tileSize:uint = 256)Constructor.
Parameterssource:String |
|
width:uint |
|
height:uint |
|
tileSize:uint (default = 256) |
| clone | () | method |
public function clone():IImagePyramidDescriptorReturns a copy of this object.
ReturnsIImagePyramidDescriptor |
| fromXML | () | method |
public static function fromXML(source:String, xml:XML):ZoomifyDescriptorCreate descriptor from XML.
Parameterssource:String |
|
xml:XML |
ZoomifyDescriptor |
| 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 |