net.refractions.udig.project.ui.wizard.export.image
Class ImageExportPage
java.lang.Object
WizardPage
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageExportPage
protected ImageExportPage()
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