Uses of Class
com.saperion.util.SaImageConverter.ImageFormat
-
Packages that use SaImageConverter.ImageFormat Package Description com.saperion.util This package contains the utility classes for the LARIX RMI Server. -
-
Uses of SaImageConverter.ImageFormat in com.saperion.util
Methods in com.saperion.util that return SaImageConverter.ImageFormat Modifier and Type Method Description static SaImageConverter.ImageFormat
SaImageConverter.ImageFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaImageConverter.ImageFormat[]
SaImageConverter.ImageFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.util with parameters of type SaImageConverter.ImageFormat Modifier and Type Method Description static java.awt.image.BufferedImage
SaImageConverter. bmpToBufferedImage(byte[] bmp, SaImageConverter.ImageFormat format)
Converts a bitmap to a BufferedImage.static java.awt.image.BufferedImage
SaImageConverter. dibToBufferedImage(byte[] dibBytes, SaImageConverter.ImageFormat format)
Converts a device independent bitmat (DIB) to a BufferedImage.
-