Package ru.snake.spritepacker.actions

Examples of ru.snake.spritepacker.actions.ViewAtlasAction


    actionMap.put(NEW_PROJECT, new NewProjectAction(this, factory));
    actionMap.put(OPEN_PROJECT, new OpenProjectAction(this, factory));
    actionMap.put(SAVE_PROJECT, new SaveProjectAction(this, factory));
    actionMap.put(SAVE_PROJECT_AS, new SaveProjectAsAction(this, factory));
    actionMap.put(VIEW_ATLAS, new ViewAtlasAction(this, factory));
    actionMap.put(SETTINGS_PROJECT,
        new ProjectSettingsAction(this, factory));
    actionMap
        .put(SETTINGS_APPLICATION, new ApplicationSettingsAction(this));
    actionMap.put(IMPORT_ANIMATION,
View Full Code Here

TOP

Related Classes of ru.snake.spritepacker.actions.ViewAtlasAction

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.