Uses of Class
cz.cuni.jagrlib.piece.ImageCrop.ResamplingType

Packages that use ImageCrop.ResamplingType
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of ImageCrop.ResamplingType in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as ImageCrop.ResamplingType
protected  ImageCrop.ResamplingType ImageCrop.resampling
          Actual resampling type.
 

Methods in cz.cuni.jagrlib.piece that return ImageCrop.ResamplingType
static ImageCrop.ResamplingType ImageCrop.ResamplingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageCrop.ResamplingType[] ImageCrop.ResamplingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.