Uses of Enum Class
com.saperion.util.SaImageConverter.ImageFormat
Packages that use SaImageConverter.ImageFormat
Package
Description
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.ImageFormatModifier and TypeMethodDescriptionstatic SaImageConverter.ImageFormat
Returns the enum constant of this class with the specified name.static SaImageConverter.ImageFormat[]
SaImageConverter.ImageFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.util with parameters of type SaImageConverter.ImageFormatModifier 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.