public class TSRTextureLayer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
TSRTextureLayer() |
protected |
TSRTextureLayer(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(TSRTextureLayer obj) |
SWIGTYPE_p_unsigned_char |
getM_pucBitmapData() |
java.lang.String |
getM_strFileName() |
int |
getM_uiHeight() |
int |
getM_uiWidth() |
void |
setM_pucBitmapData(SWIGTYPE_p_unsigned_char value) |
void |
setM_strFileName(java.lang.String value) |
void |
setM_uiHeight(int value) |
void |
setM_uiWidth(int value) |
protected TSRTextureLayer(long cPtr, boolean cMemoryOwn)
public TSRTextureLayer()
protected static long getCPtr(TSRTextureLayer obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setM_strFileName(java.lang.String value)
public java.lang.String getM_strFileName()
public void setM_pucBitmapData(SWIGTYPE_p_unsigned_char value)
public SWIGTYPE_p_unsigned_char getM_pucBitmapData()
public void setM_uiWidth(int value)
public int getM_uiWidth()
public void setM_uiHeight(int value)
public int getM_uiHeight()