Uses of Class
adams.flow.sink.JAIWriter.ImageType

Packages that use JAIWriter.ImageType
adams.flow.sink   
 

Uses of JAIWriter.ImageType in adams.flow.sink
 

Fields in adams.flow.sink declared as JAIWriter.ImageType
protected  JAIWriter.ImageType JAIWriter.m_ImageType
          the image type to create.
 

Methods in adams.flow.sink that return JAIWriter.ImageType
protected  JAIWriter.ImageType JAIWriter.determineImageType(String filename)
          Determines the image type for the given filename.
 JAIWriter.ImageType JAIWriter.getImageType()
          Returns the type of image to create.
 JAIWriter.ImageType JAIWriter.ImageType.parse(String s)
          Parses the given string and returns the associated enum.
static JAIWriter.ImageType JAIWriter.ImageType.valueOf(AbstractOption option, String str)
          Returns an enum generated from the string.
static JAIWriter.ImageType JAIWriter.ImageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JAIWriter.ImageType[] JAIWriter.ImageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in adams.flow.sink with parameters of type JAIWriter.ImageType
 void JAIWriter.setImageType(JAIWriter.ImageType value)
          Sets the type of image to create.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.