public final class TextureLoader
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
TextureLoader.TextureLoaderCallBack |
| 构造器和说明 |
|---|
TextureLoader(android.content.Context context,
IBitmapLoader iBitmapLoader) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
loadTextIcon(GLContext glContext,
Coordinate coordinate,
java.lang.String url,
int iconWidth,
int iconHeight,
boolean iconEnable,
TextOption textOption,
TextureLoader.TextureLoaderCallBack callBack,
float anchor_x,
float anchor_y,
java.lang.String name) |
void |
loadWithResource(GLContext glContext,
int id,
int width,
int height,
Coordinate coordinate,
TextureLoader.TextureLoaderCallBack callBack,
float anchor_x,
float anchor_y,
java.lang.String name) |
void |
loadWithText(GLContext glContext,
Coordinate coordinate,
TextOption textOption,
TextureLoader.TextureLoaderCallBack callBack,
float anchor_x,
float anchor_y,
java.lang.String name) |
void |
loadWithUrl(GLContext glContext,
java.lang.String url,
int width,
int height,
Coordinate coordinate,
TextureLoader.TextureLoaderCallBack callBack,
float anchor_x,
float anchor_y,
java.lang.String name) |
public TextureLoader(android.content.Context context,
IBitmapLoader iBitmapLoader)
public void loadWithText(GLContext glContext, Coordinate coordinate, TextOption textOption, TextureLoader.TextureLoaderCallBack callBack, float anchor_x, float anchor_y, java.lang.String name)
public void loadWithUrl(GLContext glContext, java.lang.String url, int width, int height, Coordinate coordinate, TextureLoader.TextureLoaderCallBack callBack, float anchor_x, float anchor_y, java.lang.String name)
public void loadWithResource(GLContext glContext, @DrawableRes int id, int width, int height, Coordinate coordinate, TextureLoader.TextureLoaderCallBack callBack, float anchor_x, float anchor_y, java.lang.String name)
public void loadTextIcon(GLContext glContext, Coordinate coordinate, java.lang.String url, int iconWidth, int iconHeight, boolean iconEnable, TextOption textOption, TextureLoader.TextureLoaderCallBack callBack, float anchor_x, float anchor_y, java.lang.String name)