dip.gui.map
Class MapPanelSVGAction.Export

java.lang.Object
  extended bydip.gui.map.MapPanelSVGAction.Export
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
MapPanelSVGAction.ExportJPG, MapPanelSVGAction.ExportPDF, MapPanelSVGAction.ExportPNG
Enclosing class:
MapPanelSVGAction

public static class MapPanelSVGAction.Export
extends java.lang.Object
implements java.awt.event.ActionListener

Implements basic exporting


Constructor Summary
MapPanelSVGAction.Export(MapPanel mp, org.apache.batik.transcoder.Transcoder t, SimpleFileFilter simpleFileFilter)
          Export
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Perform the Export
 void setOptions(org.apache.batik.transcoder.Transcoder t)
          Set any transcoding options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapPanelSVGAction.Export

public MapPanelSVGAction.Export(MapPanel mp,
                                org.apache.batik.transcoder.Transcoder t,
                                SimpleFileFilter simpleFileFilter)
Export

Method Detail

setOptions

public void setOptions(org.apache.batik.transcoder.Transcoder t)
Set any transcoding options. By default, uses ExportPreferencePanel to set options; thus, subclasses should call their super() constructor unless they wish to override the preference settings.


actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Perform the Export

Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.