Package | com.panosalado.model |
Class | public class Tile |
Inheritance | Tile ![]() |
Subclasses | QuadTreeCube |
Property | Defined by | ||
---|---|---|---|
bitmapData : BitmapData | Tile | ||
bitmapLoaded : Boolean | Tile | ||
bitmapLoading : Boolean | Tile | ||
bl : Tile | Tile | ||
blIn : Boolean | Tile | ||
br : Tile | Tile | ||
brIn : Boolean | Tile | ||
c : int | Tile | ||
clippedIndices : Vector | Tile | ||
clippedUvtData : Vector | Tile | ||
clipStatus : int | Tile | ||
displaying : Boolean | Tile | ||
expirationTimer : Timer | Tile | ||
graphicsBitmapFill : GraphicsBitmapFill | Tile | ||
graphicsTrianglePath : GraphicsTrianglePath | Tile | ||
indices : Vector | Tile | ||
n : Tile | Tile | ||
next : Tile | Tile | ||
nextDisplayingTile : Tile | Tile | ||
numIn : int | Tile | ||
p : Tile | Tile | ||
ppd : Number | Tile | ||
prev : Tile | Tile | ||
previewUvtData : Vector | Tile | ||
r : int | Tile | ||
rawVertices : Vector | Tile | ||
ready : Boolean | Tile | ||
t : int | Tile | ||
tilePyramid : TilePyramid | Tile | ||
tl : Tile | Tile | ||
tlIn : Boolean | Tile | ||
tr : Tile | Tile | ||
transformedVertices : Vector | Tile | ||
trIn : Boolean | Tile | ||
url : String | Tile | ||
uvtData : Vector | Tile | ||
vertex : Tile | Tile | ||
vertices : Vector | Tile |
Method | Defined by | ||
---|---|---|---|
Tile()
| Tile | ||
expirationHandler(e:TimerEvent):void
| Tile | ||
init(tilePyramid:TilePyramid, v:Vector, colAxis:String, rowAxis:String, constAxis:String):void
| Tile | ||
toString():String
| Tile |
Method | Defined by | ||
---|---|---|---|
rootParentLoadCompleteHandler(event:Event):void
| Tile |
bitmapData | property |
public var bitmapData:BitmapData
bitmapLoaded | property |
public var bitmapLoaded:Boolean
bitmapLoading | property |
public var bitmapLoading:Boolean
bl | property |
public var bl:Tile
blIn | property |
public var blIn:Boolean
br | property |
public var br:Tile
brIn | property |
public var brIn:Boolean
c | property |
public var c:int
clippedIndices | property |
public var clippedIndices:Vector
clippedUvtData | property |
public var clippedUvtData:Vector
clipStatus | property |
public var clipStatus:int
displaying | property |
public var displaying:Boolean
expirationTimer | property |
public var expirationTimer:Timer
graphicsBitmapFill | property |
public var graphicsBitmapFill:GraphicsBitmapFill
graphicsTrianglePath | property |
public var graphicsTrianglePath:GraphicsTrianglePath
indices | property |
public var indices:Vector
n | property |
public var n:Tile
next | property |
public var next:Tile
nextDisplayingTile | property |
public var nextDisplayingTile:Tile
numIn | property |
public var numIn:int
p | property |
public var p:Tile
ppd | property |
public var ppd:Number
prev | property |
public var prev:Tile
previewUvtData | property |
public var previewUvtData:Vector
r | property |
public var r:int
rawVertices | property |
public var rawVertices:Vector
ready | property |
public var ready:Boolean
t | property |
public var t:int
tilePyramid | property |
public var tilePyramid:TilePyramid
tl | property |
public var tl:Tile
tlIn | property |
public var tlIn:Boolean
tr | property |
public var tr:Tile
transformedVertices | property |
public var transformedVertices:Vector
trIn | property |
public var trIn:Boolean
url | property |
public var url:String
uvtData | property |
public var uvtData:Vector
vertex | property |
public var vertex:Tile
vertices | property |
public var vertices:Vector
Tile | () | constructor |
public function Tile()
expirationHandler | () | method |
public final function expirationHandler(e:TimerEvent):void
Parameters
e:TimerEvent |
init | () | method |
public final function init(tilePyramid:TilePyramid, v:Vector, colAxis:String, rowAxis:String, constAxis:String):void
Parameters
tilePyramid:TilePyramid |
|
v:Vector |
|
colAxis:String |
|
rowAxis:String |
|
constAxis:String |
rootParentLoadCompleteHandler | () | method |
protected function rootParentLoadCompleteHandler(event:Event):void
Parameters
event:Event |
toString | () | method |
public override function toString():String
Returns
String |