public class ColorModelFactory
extends java.lang.Object
| Constructor and Description |
|---|
ColorModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.ColorModel |
createColorModel(DicomImageInfo cmi) |
static java.awt.image.ColorModel |
createCompatibleColorModel(DicomObject dcm) |
static byte[] |
createLUT(int bits,
int window,
int center,
boolean inverse) |
public static java.awt.image.ColorModel createCompatibleColorModel(DicomObject dcm) throws IllegalValueException
IllegalValueExceptionpublic static java.awt.image.ColorModel createColorModel(DicomImageInfo cmi) throws IllegalValueException
IllegalValueExceptionpublic static byte[] createLUT(int bits,
int window,
int center,
boolean inverse)