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

Packages that use DotPanel.ExportImageType
ucot.ui.gui.dot   
 

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

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 imageFormat)
          Saves current image to given file in given format.
private  java.lang.String DotPanel.imageTypeToString(DotPanel.ExportImageType imageFormat)
          Converts given imageformat to string