dip.gui.map
Class MapPanelSVGAction.ExportJPG

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

public static class MapPanelSVGAction.ExportJPG
extends MapPanelSVGAction.Export

Implements exporting as JPG


Constructor Summary
MapPanelSVGAction.ExportJPG(MapPanel mp)
          JPG export: default quality of 0.8 (80%)
 
Method Summary
 void setOptions(org.apache.batik.transcoder.Transcoder t)
          Set JPEG-specific options
 
Methods inherited from class dip.gui.map.MapPanelSVGAction.Export
actionPerformed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapPanelSVGAction.ExportJPG

public MapPanelSVGAction.ExportJPG(MapPanel mp)
JPG export: default quality of 0.8 (80%)

Method Detail

setOptions

public void setOptions(org.apache.batik.transcoder.Transcoder t)
Set JPEG-specific options

Overrides:
setOptions in class MapPanelSVGAction.Export


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