Uses of Class
com.saperion.exception.SaImageConverterException
Packages that use SaImageConverterException
Package
Description
This package contains the utility classes for the LARIX RMI Server.
-
Uses of SaImageConverterException in com.saperion.util
Methods in com.saperion.util that throw SaImageConverterExceptionModifier and TypeMethodDescriptionstatic BufferedImage
SaImageConverter.bmpToBufferedImage
(byte[] bmp, SaImageConverter.ImageFormat format) Converts a bitmap to a BufferedImage.static BufferedImage
SaImageConverter.dibToBufferedImage
(byte[] dibBytes, SaImageConverter.ImageFormat format) Converts a device independent bitmat (DIB) to a BufferedImage.