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

java.lang.Object
  extended by WizardPage
      extended by net.refractions.udig.project.ui.wizard.export.image.ImageExportPage

public class ImageExportPage
extends WizardPage

Wizard page that allows the export directory and format to be selected.

Author:
Jesse

Constructor Summary
protected ImageExportPage()
           
 
Method Summary
 void createControl(Composite parent)
           
 java.lang.String getFormatExtension()
           
 java.lang.String getFormatName()
           
 int getHeight(double mapwidth, double mapheight)
           
 SelectionStyle getSelectionHandling()
           
 int getWidth()
           
 boolean isPDF()
           
 boolean landscape()
           
 Paper paper()
           
 void write(java.awt.image.BufferedImage image, java.io.File destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageExportPage

protected ImageExportPage()
Method Detail

createControl

public void createControl(Composite parent)

getSelectionHandling

public SelectionStyle getSelectionHandling()

getFormatName

public java.lang.String getFormatName()

getFormatExtension

public java.lang.String getFormatExtension()

getWidth

public int getWidth()

getHeight

public int getHeight(double mapwidth,
                     double mapheight)

isPDF

public boolean isPDF()

landscape

public boolean landscape()

paper

public Paper paper()

write

public void write(java.awt.image.BufferedImage image,
                  java.io.File destination)
           throws java.io.IOException
Throws:
java.io.IOException