Index

Object HARMONI.RasterFormatOptions


Method Index

 o getImageType()
Returns the image type used when generating Raster
 o getXML()
Returns the XML String that represents these Raster formatting options
 o setImageType(int)
Sets the image type to be used when generating Raster Images
 o toString()
Creates display string for format options.

Method Detail

 o setImageType
void setImageType(int imageType)
          Sets the image type to be used when generating Raster Images
Parameters:
imageType - the integer image type (e.g. ImageType.JPG or ImageType.PNG)
 o getImageType
int getImageType()
          Returns the image type used when generating Raster
Returns:
the integer image type (e.g. ImageType.JPG or ImageType.PNG)
 o getXML
byte[] getXML()
          Returns the XML String that represents these Raster formatting options
Returns:
the XML String that represents these Raster formatting options
 o toString
String toString()
          Creates display string for format options.

Index