Back to project page android-chess.
The source code is released under:
MIT License
If you think the Android project android-chess listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package jwtc.android.chess; /* w ww. j av a 2s. co m*/ public class ImageCacheObject{ public int _piece, _color, _fieldColor; public boolean _bPiece, _selectedPos, _selected; public String _coord; public static boolean _flippedBoard = false; public ImageCacheObject(){ } }