Class Index | File Index

Classes


Class CAAT.Module.TexturePacker.TextureScanMap


Defined in: TextureScanMap.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
 
 
Method Summary
Method Attributes Method Name and Description
<private>  
__init(w, h)
 
log()
 
substract(x, y, width, height)
 
whereFitsChunk(width, height)
Always try to fit a chunk of size width*height pixels from left-top.
Class Detail
CAAT.Module.TexturePacker.TextureScanMap()
Field Detail
scanMap

scanMapHeight

scanMapWidth
Method Detail
<private> __init(w, h)
Parameters:
w
h

log()

substract(x, y, width, height)
Parameters:
x
y
width
height

whereFitsChunk(width, height)
Always try to fit a chunk of size width*height pixels from left-top.
Parameters:
width
height

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 01 2013 04:59:19 GMT-0700 (PDT)