Uses of Class
ucot.ui.gui.dot.DotPanel.ExportImageType

Packages that use DotPanel.ExportImageType
ucot.ui.gui.dot Classes for displaying graphs generated by Dot program. 
 

Uses of DotPanel.ExportImageType in ucot.ui.gui.dot
 

Fields in ucot.ui.gui.dot declared as DotPanel.ExportImageType
static DotPanel.ExportImageType DotPanel.DEFAULT_EXPORT_IMAGE_TYPE
           
private  DotPanel.ExportImageType DotPanel.ExportJob.imageType
           
 

Methods in ucot.ui.gui.dot that return DotPanel.ExportImageType
static DotPanel.ExportImageType DotPanel.ExportImageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DotPanel.ExportImageType[] DotPanel.ExportImageType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in ucot.ui.gui.dot with parameters of type DotPanel.ExportImageType
 void DotPanel.exportImage(java.io.File target, DotPanel.ExportImageType imageType)
           This method starts a new thread for export actions if one has not been started yet.
private  void DotPanel.saveExport(java.io.File target, DotPanel.ExportImageType imageType)
           This method generates a new graph from the analyze model and exports it to the given target file in a format specified by imageType.
private  void DotPanel.saveImage(java.awt.image.BufferedImage graph, java.io.File target, DotPanel.ExportImageType imageType)
           This method writes the graph given as a buffered image to the given file in the format specified by imageType.