public class

BlackPawnTextureBuilder

extends Object
implements ITextureBuilder<T extends ITextureAtlasSource, A extends ITextureAtlas<T>>
java.lang.Object
   ↳ org.anddev.andengine.opengl.texture.atlas.buildable.builder.BlackPawnTextureBuilder<T extends org.anddev.andengine.opengl.texture.source.ITextureAtlasSource, A extends org.anddev.andengine.opengl.texture.atlas.ITextureAtlas<T>>

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

See Also
  • http://www.blackpawn.com/texts/lightmaps/default.html

Summary

Nested Classes
class BlackPawnTextureBuilder.Node  
class BlackPawnTextureBuilder.Rect  
Public Constructors
BlackPawnTextureBuilder(int pTextureAtlasSourceSpacing)
Public Methods
void pack(A pTextureAtlas, ArrayList<TextureAtlasSourceWithWithLocationCallback<T>> pTextureAtlasSourcesWithLocationCallback)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.anddev.andengine.opengl.texture.atlas.buildable.builder.ITextureBuilder

Public Constructors

public BlackPawnTextureBuilder (int pTextureAtlasSourceSpacing)

Public Methods

public void pack (A pTextureAtlas, ArrayList<TextureAtlasSourceWithWithLocationCallback<T>> pTextureAtlasSourcesWithLocationCallback)