net.refractions.udig.project.ui.wizard.export.image
Class ExportMapToImageWizard

java.lang.Object
  extended by Wizard
      extended by net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard

public class ExportMapToImageWizard
extends Wizard

Wizard for exporting a collection of maps to a collection of images. One for each map.

Author:
Jesse

Field Summary
static java.lang.String DIRECTORY_KEY
           
static java.lang.String FORMAT_KEY
           
static java.lang.String HEIGHT_KEY
           
static java.lang.String SELECTION
           
static java.lang.String WIDTH_KEY
           
 
Constructor Summary
ExportMapToImageWizard()
           
 
Method Summary
 void init(IWorkbench workbench, IStructuredSelection selection)
           
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECTORY_KEY

public static final java.lang.String DIRECTORY_KEY
See Also:
Constant Field Values

FORMAT_KEY

public static final java.lang.String FORMAT_KEY
See Also:
Constant Field Values

WIDTH_KEY

public static final java.lang.String WIDTH_KEY
See Also:
Constant Field Values

HEIGHT_KEY

public static final java.lang.String HEIGHT_KEY

SELECTION

public static final java.lang.String SELECTION
See Also:
Constant Field Values
Constructor Detail

ExportMapToImageWizard

public ExportMapToImageWizard()
Method Detail

performFinish

public boolean performFinish()

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)