Package com.jcloisterzone.ui.grid.layer

Examples of com.jcloisterzone.ui.grid.layer.AnimationLayer



        //abstractare - zindex 100
        //tile placement 3

        gridPanel.addLayer(new AnimationLayer(gridPanel, animationService)); //zindex 800
        animationService.setGridPanel(gridPanel);

        placementHistoryLayer = new PlacementHistory(gridPanel, game.getBoard().getAllTiles());
        gridPanel.addLayer(placementHistoryLayer, false);
View Full Code Here

TOP

Related Classes of com.jcloisterzone.ui.grid.layer.AnimationLayer

Copyright © 2018 www.massapicom. 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.