org.argouml.uml.ui
Class ActionSaveGraphicsCmdSaveEPS

java.lang.Object
  |
  +--CmdSaveEPS
        |
        +--org.argouml.uml.ui.ActionSaveGraphicsCmdSaveEPS

class ActionSaveGraphicsCmdSaveEPS
extends CmdSaveEPS

Class to adjust org.tigris.gef.base.CmdSaveEPS for our purpuses.

While doing this refactoring (February 2004) it is unclear to me (Linus Tolke) why this modification in the org.tigris.gef.base.CmdSaveEPS behavior is needed. Is it a bug in GEF? Is it an added feature? The old comment was: override gef default to cope with scaling.


Constructor Summary
(package private) ActionSaveGraphicsCmdSaveEPS()
           
 
Method Summary
protected  void saveGraphics(java.io.OutputStream s, Editor ce, java.awt.Rectangle drawingArea)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionSaveGraphicsCmdSaveEPS

ActionSaveGraphicsCmdSaveEPS()
Method Detail

saveGraphics

protected void saveGraphics(java.io.OutputStream s,
                            Editor ce,
                            java.awt.Rectangle drawingArea)
                     throws java.io.IOException
java.io.IOException


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook