ImageGearJava Project > com.accusoft.imagegear.processing Package : ImGearInterpolationOptions Class |
Use the base class for interpolation modes that do not need additional options. Use derived classes to pass specific options. If a base class is passed for a mode that has a derived class, the default option values are used.
public class ImGearInterpolationOptions extends Object |
java.lang.Object
com.accusoft.imagegear.processing.ImGearInterpolationOptions
com.accusoft.imagegear.processing.ImGearAverageInterpolationOptions
com.accusoft.imagegear.processing.ImGearBicubicInterpolationOptions
com.accusoft.imagegear.processing.ImGearBilinearInterpolationOptions
com.accusoft.imagegear.processing.ImGearColorInterpolationOptions
com.accusoft.imagegear.processing.ImGearGrayScaleInterpolationOptions
com.accusoft.imagegear.processing.ImGearNearestNeighborInterpolationOptions
com.accusoft.imagegear.processing.ImGearNoneInterpolationOptions
com.accusoft.imagegear.processing.ImGearPreserveBlackInterpolationOptions
com.accusoft.imagegear.processing.ImGearPreserveWhiteInterpolationOptions