ucot.ui.gui.dot
Class DotPanel.ExportJob
java.lang.Object
ucot.ui.gui.dot.DotPanel.ExportJob
- Enclosing class:
- DotPanel
private class DotPanel.ExportJob
- extends java.lang.Object
Class for giving needed info for
executeExport()
method.
Needs to stored in own class cause
ExportJob
s are stored
in stack before executeExport()
accesses them.
- Author:
- tujupien
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graph
private java.awt.image.BufferedImage graph
imageType
private DotPanel.ExportImageType imageType
targetFile
private java.io.File targetFile
DotPanel.ExportJob
private DotPanel.ExportJob()