ucot.ui.gui.dot
Class DotPanel.ExportJob

java.lang.Object
  extended by 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 ExportJobs are stored in stack before executeExport() accesses them.

Author:
tujupien

Field Summary
private  java.awt.image.BufferedImage graph
           
private  DotPanel.ExportImageType imageType
           
private  java.io.File targetFile
           
 
Constructor Summary
private DotPanel.ExportJob()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

private java.awt.image.BufferedImage graph

imageType

private DotPanel.ExportImageType imageType

targetFile

private java.io.File targetFile
Constructor Detail

DotPanel.ExportJob

private DotPanel.ExportJob()