|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.ObjectSurfaceView
netsurfers.gicp.net.ui.ArcadeView
public abstract class ArcadeView
ArcadeView is the main part to display graphics of the game. Extends
SurfaceView
and implements Runnable
&
SurfaceHolder.Callback
.This Thread ready to display graphics
构造方法摘要 | |
---|---|
ArcadeView(Context context)
Constructor function of ArcadeView |
|
ArcadeView(Context context,
AttributeSet attrs)
Constructor function of ArcadeView |
|
ArcadeView(Context context,
AttributeSet attrs,
int defStyle)
Constructor function of ArcadeView |
方法摘要 | |
---|---|
Context |
getContex()
Return the context of the view |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
从接口 java.lang.Runnable 继承的方法 |
---|
run |
构造方法详细信息 |
---|
public ArcadeView(Context context)
ArcadeView
context
- To use to open or create the viewpublic ArcadeView(Context context, AttributeSet attrs)
ArcadeView
context
- To use to open or create the viewattrs
- The attribute of the viewpublic ArcadeView(Context context, AttributeSet attrs, int defStyle)
ArcadeView
context
- To use to open or create the viewattrs
- The attribute of the viewdefStyle
- Default style of the view方法详细信息 |
---|
public Context getContex()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |