Package | com.panosalado.model |
Class | public class DeepZoomTilePyramid |
Inheritance | DeepZoomTilePyramid ![]() ![]() |
Property | Defined by | ||
---|---|---|---|
![]() | accurateHeights : Vector | TilePyramid | |
![]() | accurateWidths : Vector | TilePyramid | |
![]() | columns : Vector | TilePyramid | |
![]() | format : String | TilePyramid | |
![]() | height : int | TilePyramid | |
![]() | heights : Vector | TilePyramid | |
![]() | numTiers : int | TilePyramid | |
![]() | numTiles : int | TilePyramid | |
![]() | overlap : int | TilePyramid | |
![]() | path : String | TilePyramid | |
![]() | rows : Vector | TilePyramid | |
tierOffset : int | DeepZoomTilePyramid | ||
![]() | tileSize : int | TilePyramid | |
![]() | width : int | TilePyramid | |
![]() | widths : Vector | TilePyramid |
Method | Defined by | ||
---|---|---|---|
DeepZoomTilePyramid | |||
DeepZoomTilePyramid | |||
disassembleDescriptorURL(path:String):DisassembledDescriptorURL
| DeepZoomTilePyramid | ||
getTileURL(t:uint, c:uint, r:uint):String
| DeepZoomTilePyramid | ||
loadDescriptor(path:String):void
| DeepZoomTilePyramid |
Method | Defined by | ||
---|---|---|---|
deriveProperties(width:uint, height:uint, tileSize:uint):void
| DeepZoomTilePyramid | ||
descriptorLoaded(event:Event):void
| DeepZoomTilePyramid | ||
getMaximumLevel(width:uint, height:uint):uint
| DeepZoomTilePyramid |
tierOffset | property |
public var tierOffset:int
DeepZoomTilePyramid | () | constructor |
public function DeepZoomTilePyramid()
clone | () | method |
public override function clone(into:TilePyramid = null):TilePyramid
Parameters
into:TilePyramid (default = null )
|
TilePyramid |
deriveProperties | () | method |
protected function deriveProperties(width:uint, height:uint, tileSize:uint):void
Parameters
width:uint |
|
height:uint |
|
tileSize:uint |
descriptorLoaded | () | method |
protected function descriptorLoaded(event:Event):void
Parameters
event:Event |
disassembleDescriptorURL | () | method |
public override function disassembleDescriptorURL(path:String):DisassembledDescriptorURL
Parameters
path:String |
DisassembledDescriptorURL |
getMaximumLevel | () | method |
protected function getMaximumLevel(width:uint, height:uint):uint
Parameters
width:uint |
|
height:uint |
uint |
getTileURL | () | method |
public override function getTileURL(t:uint, c:uint, r:uint):String
Parameters
t:uint |
|
c:uint |
|
r:uint |
String |
loadDescriptor | () | method |
public override function loadDescriptor(path:String):void
Parameters
path:String |