Uses of Class
com.sibvisions.util.type.ImageUtil.ImageFormat

Packages that use ImageUtil.ImageFormat
com.sibvisions.util.type Contains utility classes for special types/classes. 
 

Uses of ImageUtil.ImageFormat in com.sibvisions.util.type
 

Methods in com.sibvisions.util.type that return ImageUtil.ImageFormat
static ImageUtil.ImageFormat ImageUtil.getImageFormat(byte[] pData)
          Gets the image format from raw image data.
static ImageUtil.ImageFormat ImageUtil.ImageFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageUtil.ImageFormat[] ImageUtil.ImageFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sibvisions.util.type with parameters of type ImageUtil.ImageFormat
static void ImageUtil.save(ImageIcon pImage, ImageUtil.ImageFormat pFormat, OutputStream pOut)
          Saves the given image icon.
static void ImageUtil.save(Image pImage, ImageUtil.ImageFormat pFormat, OutputStream pOut)
          Saves the given image.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.