Index
Object HARMONI.RasterFormatOptions
getImageType()
- Returns the image type used when generating Raster
getXML()
- Returns the XML String that represents these Raster formatting options
setImageType(int)
- Sets the image type to be used when generating Raster Images
toString()
- Creates display string for format options.
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)
getImageType
int getImageType()
Returns the image type used when generating Raster
- Returns:
- the integer image type (e.g. ImageType.JPG or ImageType.PNG)
getXML
byte[] getXML()
Returns the XML String that represents these Raster formatting options
- Returns:
- the XML String that represents these Raster formatting options
toString
String toString()
Creates display string for format options.
Index