Package ru.snake.spritepacker.component

Examples of ru.snake.spritepacker.component.TextureAtlas


          Messages.getString("ViewAtlasAction.ATLAS_SIZE_FORMAT"), //$NON-NLS-1$
          size.width, size.height);

      LayoutManager atlasLayout = new BorderLayout(4, 4);
      JPanel atlasPane = new JPanel(atlasLayout);
      TextureAtlas atlas = new TextureAtlas(size.width, size.height,
          textures);
      JLabel sizeLabel = new JLabel(sizeStr);

      atlasPane.setBorder(BorderFactory.createEmptyBorder(4, 4, 4, 4));
View Full Code Here

TOP

Related Classes of ru.snake.spritepacker.component.TextureAtlas

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.