Package eas.simulation.spatial.sim2D.gridSimulation.standardGridObjects

Examples of eas.simulation.spatial.sim2D.gridSimulation.standardGridObjects.GridObject


       
        try {
            AbstractGridEnvironment<?> gridEnv = (AbstractGridEnvironment<?>) this.environment;
            final Vector2D pos = gridEnv.getRealPosFromScreenPos(new Vector2D(x, y));
            LinkedList<GridObject> goList = new LinkedList<GridObject>();
            goList.add(new GridObject() {
                /**
                 *
                 */
                private static final long serialVersionUID = 6936866534584412400L;
                @Override public BufferedImage getOutsideView() {return null;}
View Full Code Here

TOP

Related Classes of eas.simulation.spatial.sim2D.gridSimulation.standardGridObjects.GridObject

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.