org.gChess
Class ChessView

java.lang.Object
  extended by View
      extended by org.gChess.ChessView

public class ChessView
extends View

ChessView says "I wanna put your stuff on the screen, and I know how do do it." I say, great. So, ChessView, would you please put my stuff on the screen? Oh, and I also would like some of your fantastic functions that make it easy to dump my grid into and in return get a nice, formatted display. Thank you for chess boards. I really do appreciate it.


Constructor Summary
ChessView(Context context)
           
 
Method Summary
 void onDraw(Canvas canvas)
           
 boolean onTouchEvent(MotionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChessView

public ChessView(Context context)
Method Detail

onTouchEvent

public boolean onTouchEvent(MotionEvent event)

onDraw

public void onDraw(Canvas canvas)