|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectcom.foxconn.ebook.reader.engine.util.render.BaseRender
com.foxconn.ebook.reader.engine.util.render.Render2
public class Render2
2D圖像渲染引擎.
构造函数摘要 | |
---|---|
Render2()
Instantiates a new render2. |
|
Render2(ImageView forgroundView)
Instantiates a new render2. |
方法摘要 | |
---|---|
void |
free()
釋放資源. |
Bitmap.Config |
getBitmapConfig()
返回Bitmap的配置類型. |
void |
init()
初始化渲染引擎. |
void |
setBackgroundView(ImageView view)
Sets the background view. |
void |
setForgroundView(ImageView view)
Sets the forground view. |
void |
showContent(Book book)
顯示圖像內容. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造函数详细信息 |
---|
public Render2()
public Render2(ImageView forgroundView)
forgroundView
- the view方法详细信息 |
---|
public void init()
BaseRender
复制的描述
BaseRender
中的 init
public void setForgroundView(ImageView view)
view
- the new forground viewpublic void setBackgroundView(ImageView view)
view
- the new background viewpublic void showContent(Book book)
BaseRender
复制的描述
BaseRender
中的 showContent
book
- Book對象Book
public void free()
BaseRender
复制的描述
BaseRender
中的 free
public Bitmap.Config getBitmapConfig()
BaseRender
复制的描述
BaseRender
中的 getBitmapConfig
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |