org.gChess
Class ChessView
java.lang.Object
View
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChessView
public ChessView(Context context)
onTouchEvent
public boolean onTouchEvent(MotionEvent event)
onDraw
public void onDraw(Canvas canvas)