Package ru.snake.spritepacker.actions.plugin

Examples of ru.snake.spritepacker.actions.plugin.ExportPlugunAction


    if (pluginLoader.hasExportPlugins()) {
      pexport.addSeparator();

      for (ExportPlugin plugin : pluginLoader.getExportPlugins()) {
        pexport.add(new ExportPlugunAction(this, factory, plugin));
      }
    }

    pimport.add(createMenuItem(IMPORT_ANIMATION));
    pimport.add(createMenuItem(IMPORT_TEXTURE));
View Full Code Here

TOP

Related Classes of ru.snake.spritepacker.actions.plugin.ExportPlugunAction

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.