Package ru.snake.spritepacker.actions.save

Examples of ru.snake.spritepacker.actions.save.ExportAnimationAction


    actionMap.put(IMPORT_TILED_TEXTURE, new ImportTiledTextureAction(this,
        factory));
    actionMap.put(EXPORT_ATLAS, new ExportAtlasAction(this, factory));
    actionMap.put(EXPORT_PROJECT, new ExportProjectAction(this, factory));
    actionMap.put(EXPORT_ANIMATION,
        new ExportAnimationAction(this, factory));
    actionMap.put(EXIT_APPLICATION, new ExitApplicationAction(this));
    actionMap.put(CREATE_ANIMATION, new CreateAnimationAction(factory));
    actionMap.put(RENAME_ANIMATION,
        new RenameAnimationAction(this, factory));
    actionMap.put(REMOVE_ANIMATION,
View Full Code Here

TOP

Related Classes of ru.snake.spritepacker.actions.save.ExportAnimationAction

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.