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.
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 |
ActionSaveGraphicsCmdSaveEPS
ActionSaveGraphicsCmdSaveEPS()
saveGraphics
protected void saveGraphics(java.io.OutputStream s,
Editor ce,
java.awt.Rectangle drawingArea)
throws java.io.IOException
java.io.IOException