|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageDataType | |
|---|---|
| org.jaitools.imageutils | Helper classes used by image operators, plus general utility classes. |
| Uses of ImageDataType in org.jaitools.imageutils |
|---|
| Methods in org.jaitools.imageutils that return ImageDataType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||