Package se.llbit.chunky.map

Examples of se.llbit.chunky.map.MapBuffer


    setPreferredSize(new Dimension(DEFAULT_WIDTH, DEFAULT_HEIGHT));
    setMinimumSize(new Dimension(100, 100));
    setIgnoreRepaint(false);

    view = chunky.getMinimapView();
    mapBuffer = new MapBuffer(view);

    addMouseListener(new MouseListener() {
      @Override
      public void mouseReleased(MouseEvent e) {
      }
View Full Code Here


    contextMenu.add(loadScene);
    contextMenu.addSeparator();
    contextMenu.add(clearSelection);

    setView(chunky.getMapView());
    mapBuffer = new MapBuffer(view);
  }
View Full Code Here

TOP

Related Classes of se.llbit.chunky.map.MapBuffer

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.