Uses of Class
org.jaitools.imageutils.ImageDataType

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.
 



Copyright © 2009-2015. All Rights Reserved.