Package | Description |
---|---|
com.saperion.util |
This package contains the utility classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
static SaImageConverter.ImageFormat |
SaImageConverter.ImageFormat.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2016 SAPERION AG. All rights reserved.