org.free.garminimg.swing
Class SvgFileExporter

java.lang.Object
  extended by org.free.garminimg.swing.FileExporter
      extended by org.free.garminimg.swing.SimpleFileExporter
          extended by org.free.garminimg.swing.SvgFileExporter

public class SvgFileExporter
extends SimpleFileExporter


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

Constructor Detail

SvgFileExporter

public SvgFileExporter()
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)
Specified by:
setup in class FileExporter

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

toString

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


Copyright © 2008. All Rights Reserved.