netsurfers.gicp.net.ui
类 ArcadeView

java.lang.Object
  继承者 SurfaceView
      继承者 netsurfers.gicp.net.ui.ArcadeView
所有已实现的接口:
Runnable
直接已知子类:
GameView

public abstract class ArcadeView
extends SurfaceView
implements Runnable

ArcadeView is the main part to display graphics of the game. Extends SurfaceView and implements Runnable & SurfaceHolder.Callback.This Thread ready to display graphics

作者:
Ziliang Wang, E-mail: Lional.King@gmail.com

构造方法摘要
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
 

构造方法详细信息

ArcadeView

public ArcadeView(Context context)
Constructor function of ArcadeView

参数:
context - To use to open or create the view

ArcadeView

public ArcadeView(Context context,
                  AttributeSet attrs)
Constructor function of ArcadeView

参数:
context - To use to open or create the view
attrs - The attribute of the view

ArcadeView

public ArcadeView(Context context,
                  AttributeSet attrs,
                  int defStyle)
Constructor function of ArcadeView

参数:
context - To use to open or create the view
attrs - The attribute of the view
defStyle - Default style of the view
方法详细信息

getContex

public Context getContex()
Return the context of the view