org.free.garminimg.swing
Class PdfFileExporter

java.lang.Object
  extended by org.free.garminimg.swing.FileExporter
      extended by org.free.garminimg.swing.PdfFileExporter

public class PdfFileExporter
extends FileExporter


Field Summary
 
Fields inherited from class org.free.garminimg.swing.FileExporter
exporters
 
Constructor Summary
PdfFileExporter()
           
 
Method Summary
 void finishSave()
           
 javax.swing.JPanel getConfigurationPanel(FileExporterConfigListener itemListener)
           
 java.lang.String getExtension()
           
 float getFontSize()
           
 java.awt.Graphics2D getG2()
           
 void setup(java.io.File selectedFile, int width, int height)
           
protected  void sizeChanged()
           
 java.lang.String toString()
           
 
Methods inherited from class org.free.garminimg.swing.FileExporter
getExporterForFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfFileExporter

public PdfFileExporter()
Method Detail

getExtension

public java.lang.String getExtension()
Specified by:
getExtension in class FileExporter

setup

public void setup(java.io.File selectedFile,
                  int width,
                  int height)
           throws java.io.IOException
Specified by:
setup in class FileExporter
Throws:
java.io.IOException

getG2

public java.awt.Graphics2D getG2()
Specified by:
getG2 in class FileExporter

finishSave

public void finishSave()
                throws java.io.IOException
Specified by:
finishSave in class FileExporter
Throws:
java.io.IOException

getConfigurationPanel

public javax.swing.JPanel getConfigurationPanel(FileExporterConfigListener itemListener)
Specified by:
getConfigurationPanel in class FileExporter

sizeChanged

protected void sizeChanged()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getFontSize

public float getFontSize()
Overrides:
getFontSize in class FileExporter


Copyright © 2008. All Rights Reserved.