Examples of SaveAsImageAction


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

    mapEventAdapter = new MapEventAdapter();

    // Create the actions
    saveAction = new SaveAction(this);
    saveAsAction = new SaveAsAction(this);
    saveAsImageAction = new SaveAsImageAction(this);
    exitAction = new ExitAction(this, saveAction);
    zoomInAction = new ZoomInAction();
    zoomOutAction = new ZoomOutAction();
    zoomNormalAction = new ZoomNormalAction();
    rot90Action = new LayerTransformAction(MapLayer.ROTATE_90);
View Full Code Here

Examples of org.apache.cayenne.modeler.graph.action.SaveAsImageAction

        diagramCombo.addItemListener(this);

        toolbar
                .add(new RebuildGraphAction(this, Application.getInstance())
                        .buildButton());
        toolbar.add(new SaveAsImageAction(this, Application.getInstance()).buildButton());
        toolbar.addSeparator();
        toolbar.add(new ZoomInAction(this, Application.getInstance()).buildButton());
        toolbar.add(new ZoomOutAction(this, Application.getInstance()).buildButton());

        toolbar.addSeparator();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.