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

Packages that use DotPanel.ExportImageType
ucot.ui.gui   
 

Uses of DotPanel.ExportImageType in ucot.ui.gui
 

Methods in ucot.ui.gui 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 with parameters of type DotPanel.ExportImageType
 void DotPanel.exportImage(java.io.File target, DotPanel.ExportImageType imageFormat)
          Saves current image to given file in given format.