Packagecom.panosalado.model
Classpublic class DeepZoomTilePyramid
InheritanceDeepZoomTilePyramid Inheritance TilePyramid Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
 InheritedaccurateHeights : Vector
TilePyramid
 InheritedaccurateWidths : Vector
TilePyramid
 Inheritedcolumns : Vector
TilePyramid
 Inheritedformat : String
TilePyramid
 Inheritedheight : int
TilePyramid
 Inheritedheights : Vector
TilePyramid
 InheritednumTiers : int
TilePyramid
 InheritednumTiles : int
TilePyramid
 Inheritedoverlap : int
TilePyramid
 Inheritedpath : String
TilePyramid
 Inheritedrows : Vector
TilePyramid
  tierOffset : int
DeepZoomTilePyramid
 InheritedtileSize : int
TilePyramid
 Inheritedwidth : int
TilePyramid
 Inheritedwidths : Vector
TilePyramid
Public Methods
 MethodDefined by
  
DeepZoomTilePyramid
  
DeepZoomTilePyramid
  
DeepZoomTilePyramid
  
getTileURL(t:uint, c:uint, r:uint):String
DeepZoomTilePyramid
  
loadDescriptor(path:String):void
DeepZoomTilePyramid
Protected Methods
 MethodDefined by
  
deriveProperties(width:uint, height:uint, tileSize:uint):void
DeepZoomTilePyramid
  
descriptorLoaded(event:Event):void
DeepZoomTilePyramid
  
getMaximumLevel(width:uint, height:uint):uint
DeepZoomTilePyramid
Property detail
tierOffsetproperty
public var tierOffset:int
Constructor detail
DeepZoomTilePyramid()constructor
public function DeepZoomTilePyramid()
Method detail
clone()method
public override function clone(into:TilePyramid = null):TilePyramidParameters
into:TilePyramid (default = null)

Returns
TilePyramid
deriveProperties()method 
protected function deriveProperties(width:uint, height:uint, tileSize:uint):voidParameters
width:uint
 
height:uint
 
tileSize:uint
descriptorLoaded()method 
protected function descriptorLoaded(event:Event):voidParameters
event:Event
disassembleDescriptorURL()method 
public override function disassembleDescriptorURL(path:String):DisassembledDescriptorURLParameters
path:String

Returns
DisassembledDescriptorURL
getMaximumLevel()method 
protected function getMaximumLevel(width:uint, height:uint):uintParameters
width:uint
 
height:uint

Returns
uint
getTileURL()method 
public override function getTileURL(t:uint, c:uint, r:uint):StringParameters
t:uint
 
c:uint
 
r:uint

Returns
String
loadDescriptor()method 
public override function loadDescriptor(path:String):voidParameters
path:String