Package de.yaams.extensions.basemap.tiled.mapeditor.actions

Examples of de.yaams.extensions.basemap.tiled.mapeditor.actions.AddLayerAction


    flipHorAction = new LayerTransformAction(MapLayer.MIRROR_HORIZONTAL);
    flipVerAction = new LayerTransformAction(MapLayer.MIRROR_VERTICAL);
    selectAllAction = new SelectAllAction();
    cancelSelectionAction = new CancelSelectionAction();
    inverseAction = new InverseSelectionAction();
    addLayerAction = new AddLayerAction(this);
    cloneLayerAction = new CloneLayerAction(this);
    deleteLayerAction = new DeleteLayerAction(this);
    moveLayerUpAction = new MoveLayerUpAction(this);
    moveLayerDownAction = new MoveLayerDownAction(this);
    mergeLayerDownAction = new MergeLayerDownAction(this);
View Full Code Here

TOP

Related Classes of de.yaams.extensions.basemap.tiled.mapeditor.actions.AddLayerAction

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.