| Package | Description |
|---|---|
| org.jaitools.imageutils |
Helper classes used by image operators, plus general utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageDataType |
ImageDataType.getForClass(Class<? extends Number> clazz)
Matches a data class.
|
static ImageDataType |
ImageDataType.getForDataBufferType(int typeCode)
Matches a DataBuffer type constant.
|
static ImageDataType |
ImageDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageDataType[] |
ImageDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2020. All rights reserved.