Examples of BoardSummary


Examples of com.threerings.puzzle.data.BoardSummary

     */
    public void updateSelfSummary ()
    {
        int pidx = _ctrl.getPlayerIndex();
        if (pidx != -1 && _puzobj != null && _puzobj.summaries != null) {
            BoardSummary bsum = _puzobj.summaries[pidx];
            bsum.setBoard(_dboard);
            bsum.summarize();
            _dpanel.setSummary(pidx, bsum);
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.